Cross ISCO 08 a ISCO 88
isco08_to_isco88(base, isco, summary = FALSE)
Dataframe from any survey including a variable with ISCO 08 codes
character vector containing ISCO 08 codes
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)