View source: R/isco08_to_isco_88.R
isco08_to_isco88 | R Documentation |
Cross ISCO 08 a ISCO 88
isco08_to_isco88(base, isco, summary = FALSE)
base |
Dataframe from any survey including a variable with ISCO 08 codes |
isco |
character vector containing ISCO 08 codes |
summary |
If TRUE provides other dataframe counting how many cases where asigned for each ISCO08 code to each ISCO88 code. |
The function returns the provided dataframe, adding a new variable with the crosswalk to ISCO 88 codes
base_crossed <- isco08_to_isco88(toy_base_lfs,isco = "ISCO3D",summary = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.