literalize | R Documentation |
Literalizar bases censales – Literalize census databases
literalize(df, year)
df |
objeto |
year |
integer. No provee Default para forzar la explicitación del año de la base. || || integer. Default is not provided, so as to force explicitation of the database's year. |
objeto data.frame
con las variables como texto en lugar de factores (nombres y categorías homologados para todos los censos)
data(c17_example)
clean <- c17_example |> literalize(2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.