Download a Eurostat dictionary.
get_eurostat_dic(dictname, lang = "en")
dictname | A character, dictionary for the variable to be downloaded. |
---|---|
lang | A character, language code. Options: "en" (default) / "fr" / "de". |
tibble with two columns: code names and full names.
For given coded variable from Eurostat https://ec.europa.eu/eurostat/.
The dictionaries link codes with human-readable labels.
To translate codes to labels, use label_eurostat
.
See citation("eurostat").
Przemyslaw Biecek and Leo Lahti leo.lahti@iki.fi. Thanks to Wietse Dol for contributions.
if (FALSE) { tmp <- get_eurostat_dic("crop_pro") head(tmp) tmp <- get_eurostat_dic("crop_pro", lang = "fr") }