Learn R Programming

eurostat (version 3.2.2)

get_eurostat_dic: Download Eurostat Dictionary

Description

Download a Eurostat dictionary.

Usage

get_eurostat_dic(dictname, lang = "en")

Arguments

dictname

A character, dictionary for the variable to be downloaded.

lang

A character, language code. Options: "en" (default) / "fr" / "de".

Value

tibble with two columns: code names and full names.

Details

For given coded variable from Eurostat ec.europa.eu/eurostat. The dictionaries link codes with human-readable labels. To translate codes to labels, use label_eurostat.

References

See citation("eurostat").

See Also

label_eurostat, get_eurostat, search_eurostat.

Examples

Run this code
# NOT RUN {
	       tmp <- get_eurostat_dic("crop_pro")
	       head(tmp)
	       tmp <- get_eurostat_dic("crop_pro", lang = "fr")
     
# }

Run the code above in your browser using DataLab