View source: R/get_isco_code.R
get_isco_code | R Documentation |
Adds column of ISCO code for a particular job title. Job titles should be given in the preferred label of the ISCO classification.
get_isco_code(data, lvl = 3)
data, |
data.table with a column named as |
lvl, |
numeric value indicating the ISCO taxonomy |
data.table of input data with one extra column named as code
library(iscoCrosswalks) # add mandatory column dat <- foundation_skills[, .(job = preferredLabel, Skill, Value)] res <- get_isco_code(dat, lvl = 1) head(res[, .(code, Skill, Value)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.