View source: R/isco_88_to_isco_08_Ndigit.R
isco88_to_isco08_ndigit | R Documentation |
Cross ISCO 88 to ISCO 08 - n digit
isco88_to_isco08_ndigit(
base,
isco,
digits,
summary = FALSE,
code_titles = FALSE
)
base |
Dataframe from any survey including a variable with ISCO 88 codes |
isco |
character vector containing ISCO 88 codes |
digits |
Digits number (ranging from 1 to 4) for ISCO codes in input data |
summary |
If TRUE provides other dataframe counting how many cases where asigned for each ISCO88 code to each ISCO08 code. |
The function returns the provided dataframe, adding a new variable with the crosswalk to ISCO 08 codes
toy_base_peru_isco08 <- isco88_to_isco08_ndigit(toy_base_peru,isco = p505,digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.