powered by
Downloads one ilostat dictionary from ilostat https://ilostat.ilo.org via bulk download facility https://ilostat.ilo.org/data/bulk/.
get_ilostat_dic( dic, lang = getOption("ilostat_lang", "en"), quiet = getOption("ilostat_quiet", FALSE) )
tibble with two columns: code names and full names.
A character, dictionary for the variable to be downloaded,
a character, code for language. Available are "en" (default), "fr" and "es". Can be set also with options(ilostat_lang = 'fr'),
"en"
"fr"
"es"
a logical, if FALSE , return message from processing, TRUE (default). Can be set also with options(ilostat_quiet = TRUE),
FALSE
TRUE
David Bescond bescond@ilo.org
For a given coded variable from ilostat https://ilostat.ilo.org/. The dictionaries link codes with human-readable labels. To translate codes to labels, use label_ilostat.
label_ilostat
See citation("Rilostat") ilostat bulk download facility user guidelines https://ilostat.ilo.org/data/bulk/
label_ilostat, get_ilostat.
get_ilostat
if (FALSE) { tmp <- get_ilostat_dic("indicator") head(tmp) tmp <- get_ilostat_dic("classif1", lang = "fr") head(tmp) }
Run the code above in your browser using DataLab