onet_data <- "https://www.onetcenter.org/dl_files/OccupationalListings.zip"
dest_file <- "data-raw/onet_classification/OccupationalListings.zip"
download.file(onet_data, dest_file)
unzip(dest_file, exdir = "data-raw/onet_classification")
crosswalks_data <-
"https://ibs.org.pl/app/uploads/2016/04/onetsoc_to_isco_cws_ibs.zip"
dest_file <- "data-raw/stata_dset/onetsoc_to_isco_cws_ibs.zip"
download.file(crosswalks_data, dest_file)
unzip(dest_file, exdir = "data-raw/stata_dset/")
soc_10_structure <- "https://www.bls.gov/soc/soc_structure_2010.xls"
dest_file <- "data-raw/onet_classification/soc_structure_2010.xls"
download.file(soc_10_structure, dest_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.