powered by
This function takes an ISCO-08 code and assigns its corresponding job title.
isco08tojobtitle(isco08)
String value of corresponding job title or name of ISCO (sub-)group
ISCO-08 code, given as string with four digits
Nicole Schwitter
Conversions follow the overview table of Harry Ganzeboom.
<http://www.harryganzeboom.nl/isco08/isco08_with_isei.pdf>
## Assigning job title of ISCO-08 code "1000" to variable job (Managers) job <- isco08tojobtitle("1000")
Run the code above in your browser using DataLab