Learn R Programming

ISCO08ConveRsions (version 0.2.0)

isco08tojobtitle: isco08tojobtitle

Description

This function takes an ISCO-08 code and assigns its corresponding job title.

Usage

isco08tojobtitle(isco08)

Value

String value of corresponding job title or name of ISCO (sub-)group

Arguments

isco08

ISCO-08 code, given as string with four digits

Author

Nicole Schwitter

Details

Conversions follow the overview table of Harry Ganzeboom.

References

<http://www.harryganzeboom.nl/isco08/isco08_with_isei.pdf>

Examples

Run this code
## Assigning job title of ISCO-08 code "1000" to variable job (Managers)
job <- isco08tojobtitle("1000")

Run the code above in your browser using DataLab