View source: R/sinco2011_to_isco_08.R
sinco2011_to_isco08 | R Documentation |
Cross SINCO 2011 (Mexico) to ISCO 08
sinco2011_to_isco08(base, sinco, summary = FALSE, code_titles = FALSE)
base |
Dataframe from mexican survey including a variable with "Sistema Nacional de Clasificacion de Ocupaciones 2011" (SINCO 2011) codes |
sinco |
character vector containing SINCO 2011 codes |
summary |
If TRUE provides other dataframe counting how many cases where asigned for each Census 08 code to each ISCO88 code. |
code_titles |
If TRUE adds classification titles besides from codes. |
The function returns the provided dataframe, adding a new variable with the crosswalk to ISCO 08 codes
base_crossed <- sinco2011_to_isco08(
base = toy_base_mexico,
sinco = p3,
summary = FALSE,
code_titles = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.