importLabels {eurodata} | R Documentation |
Import Eurostat code list: labels (descriptions) for a given dimension code
Description
Import the appropriate ‘code list’ from
for the selected Eurostat dimension, e.g. geo
(countries or other geographic entities),
nace_r2
(sectors), indic_sb
(indicators), etc.
Usage
importLabels(EurostatDimCode)
Arguments
EurostatDimCode |
A string – the code name of the Eurostat dimension, e.g. |
Value
A data.frame with 2 columns: codes (with a name determined by EurostatDimCode
)
and corresponding labels (named with suffix _labels
).
Examples
## Not run:
importLabels('nace_r2')
## End(Not run)
[Package eurodata version 1.7.0 Index]