-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agregar glosario #23
Comments
No entiendo cómo funciona el paquete glosario. Además no sé si anda bien. Estoy probando lo que dice el readme y no me tira nada... library(glosario)
define("data frame")
#> data frame:
#> See also: tidy_data
#> Created on 2021-10-12 by the reprex package (v2.0.0) Tampoco me funciona la otra syntaxis que propone en la viñeta library(glosario)
g <- get_glossary()
define('data_frame', lang = 'en', glossary = g)
#> data frame:
#> See also: tidy_data
#> Created on 2021-10-12 by the reprex package (v2.0.0) |
Bueno, En #25 armé una prueba de concepto de cómo hacer el glosario. Las definiciones irían en glosario.yml y para insertar una palabra definida en el texto se usa |
Deberíamos agregar un glosario al final del documento. Algunas palabras a definir:
CRAN
GitHub
Podríamos usar el paquete Glosario.
The text was updated successfully, but these errors were encountered: