isco08_to_isco88: Cross ISCO 08 a ISCO 88

View source: R/isco08_to_isco_88.R

isco08_to_isco88R Documentation

Cross ISCO 08 a ISCO 88

Description

Cross ISCO 08 a ISCO 88

Usage

isco08_to_isco88(base, isco, summary = FALSE)

Arguments

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.

Value

The function returns the provided dataframe, adding a new variable with the crosswalk to ISCO 88 codes

Examples


base_crossed <- isco08_to_isco88(toy_base_lfs,isco = "ISCO3D",summary = TRUE)


Guidowe/occupationcross documentation built on Oct. 4, 2023, 12:09 p.m.