Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/get_ilostat_dic.R
Downloads one ilostat dictionary from ilostat https://ilostat.ilo.org via bulk download facility https://ilostat.ilo.org/data/bulk/.
1 | get_ilostat_dic(dic, lang = getOption("ilostat_lang", "en"))
|
dic |
A character, dictionary for the variable to be downloaded, |
lang |
a character, code for language. Available are |
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
.
tibble with two columns: code names and full names.
David Bescond bescond@ilo.org
See citation("ilostat") ilostat bulk download facility user guidelines https://www.ilo.org/ilostat-files/WEB_bulk_download/ILOSTAT_BulkDownload_Guidelines.pdf ilostat bulk download facility main page https://ilostat.ilo.org/data/bulk/
1 2 3 4 5 6 7 | ## Not run:
tmp <- get_ilostat_dic("indicator")
head(tmp)
tmp <- get_ilostat_dic("classif1", lang = "fr")
head(tmp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.