getEurostatDictionary: Download a Dictionary from the Eurostat Database

View source: R/getEurostatDictionary.R

getEurostatDictionaryR Documentation

Download a Dictionary from the Eurostat Database

Description

Download a dictionary for given coded variable from Eurostat (ec.europa.eu/eurostat).

Usage

getEurostatDictionary(dictname)

Arguments

dictname

Character, dictionary for given variable name will be downloaded.

Value

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

Author(s)

Przemyslaw Biecek

References

The TOC is downloaded from the http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=dic....

See Also

See Also as getEurostatRCV, getEurostatRaw, grepEurostatTOC.

Examples

## Not run: 
 tmp <- getEurostatDictionary("crop_pro")
 head(tmp)

## End(Not run)

pbiecek/SmarterPoland documentation built on Aug. 22, 2023, 7:43 p.m.