ftc_anos_educacion | R Documentation |
ftc_anos_educacion(tbl, breaks = NULL, labels = NULL)
ftc_compute_anos_educacion(tbl, breaks = NULL, labels = NULL)
tbl |
una conexión a base de datos o data.frame con los datos |
breaks |
Puntos de corte para la variable. Vea |
labels |
character: Nombres para los grupos de la variable. Vea |
data.frame: Los datos suministrados en el argumento tbl
con
la variable anos_educacion
adicionada.
Vea Dmisc::cut3
## Not run:
encft <- ftc_anos_educacion(encft)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.