Learn R Programming

eurostat (version 1.0.16)

get_eurostat_dic: Download a Eurostat dictionary

Description

Download a dictionary for given coded variable from Eurostat (ec.europa.eu/eurostat). Dictionaries link codes with human-readable labels. To translate codes to labels with label_eurostat.

Arguments:

Usage

get_eurostat_dic(dictname)

getEurostatDictionary(dictname)

Arguments

dictname

Character, dictionary for given variable name will be downloaded.

Returns:

Value

A data.frame with two columns, first with code names and second with full names.

Functions

  • getEurostatDictionary: Old deprecated version

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)
	     
# }

Run the code above in your browser using DataLab