dbMetaEUStat | R Documentation |
Metainformation about data from Eurostat processed at Eurofound. More precisely, metainformation is provided for three dimensions: employment, socio economic and quality of life. For each dimension, metainformation for several indicators is reported, e.g. coding in database, official code, measurement unit, source organization, disaggregation and bookmark URL. Variable names often end with characters denoting scales. The following convention holds for names of variables: "_p" percentage, "_i" index, "_pop" persons, "_h" hours, "_eur" euros, "_pps" purchasing power standards, "_y" years.
data(dbMetaEUStat)
A tibble dataset with 56 rows and 10 columns
https://ec.europa.eu/eurostat/data/database
data(dbMetaEUStat)
names(dbMetaEUStat)
# Visualize indicators' information:
dbMetaEUStat$INDICATOR
# Visualize the indicators' coding in database:
dbMetaEUStat$Code_in_database
# Visualize the indicators' official coding:
dbMetaEUStat$Official_code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.