census2010_to_isco08: Cross Census 2010 (USA) to ISCO 08

View source: R/census2010_to_isco08.R

census2010_to_isco08R Documentation

Cross Census 2010 (USA) to ISCO 08

Description

Cross Census 2010 (USA) to ISCO 08

Usage

census2010_to_isco08(base, census, summary = FALSE, code_titles = FALSE)

Arguments

base

Dataframe from any survey including a variable with Standard Occupational Codes (SOC) 2010

census

character vector containing Census 2010 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.

Value

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

Examples


base_crossed <- census2010_to_isco08(toy_base_ipums_cps_2018,census = OCC2010,summary = TRUE)


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