isco08tojobtitle {ISCO08ConveRsions} | R Documentation |
isco08tojobtitle
Description
This function takes an ISCO-08 code and assigns its corresponding job title.
Usage
isco08tojobtitle(isco08)
Arguments
isco08 |
ISCO-08 code, given as string with four digits |
Details
Conversions follow the overview table of Harry Ganzeboom.
Value
String value of corresponding job title or name of ISCO (sub-)group
Author(s)
Nicole Schwitter
References
<http://www.harryganzeboom.nl/isco08/isco08_with_isei.pdf>
Examples
## Assigning job title of ISCO-08 code "1000" to variable job (Managers)
job <- isco08tojobtitle("1000")
[Package ISCO08ConveRsions version 0.2.0 Index]