load_auxco | R Documentation |
This function loads the Auxiliary Classification of Occupations (AuxCO) by reading CSVs from the specified directory, while loading e.g. ids in the correct format. Data is loaded into a named list matching the format expected by other functions in this package.
load_auxco(dir, add_explanations = TRUE)
dir |
The path to the directory which holds the CSVs. |
add_explanations |
Whether explanations should be added to some of the harder to understand task descriptions. Defaults to TRUE. |
This package also includes an already loaded version of the auxco, which can be used straight away without calling this function.
A list with multiple data.tables.
https://github.com/occupationMeasurement/auxiliary-classification, auxco
## Not run:
# This function expects the CSV files from
# https://github.com/occupationMeasurement/auxiliary-classification/releases/
# to be there.
path_to_auxco <- "auxco"
if (dir.exists(path_to_auxco)) {
load_auxco(path_to_auxco)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.