anzscoToISCO: Convert ANZSCO to ISCO-88

Description Usage Arguments Value Examples

Description

Converts 6-digit ANZSCO to ISCO-88 code. See ABS website for offical correspondence table

Usage

1

Arguments

x

a vector of type int or type char

Value

Matching ISCO-88 code

Examples

1
2
3
4
5
#Convert from ANZSCO to ISCO-88
tmp <- anzscoToISCO(c("899916", "899917", "899918"))
tmp
#Convert from ANZSCO to EGP via ISCO-88
convert(anzscoToISCO(c("899916", "899917", "899918")), type = "EGP")

pdparker/isco88conversion documentation built on May 24, 2019, 11:45 p.m.