countries | R Documentation |
This data set contains metadata for the euro area, EU, EFTA, and candidate countries that submit(ted) HICP data on a regular basis.
# country metadata:
countries
A data.table with metadata on the individual euro area (EA), EU, EFTA, and candidate countries producing the HICP.
code
: the country code
name_[en|fr|de]
: the country name in English, French, and German
protocol_order
: the official protocol order of countries
is_eu, is_ea, is_efta, is_candidate
: a logical indicating if a country belongs to the EU, the euro area, or if it's an EFTA or candidate country, respectively
eu_since, eu_until
: date of joining and leaving the European Union
ea_since
: the date of introduction of the euro as the official currency
index_decimals
: the number of index decimals used for dissemination
Sebastian Weinand
# subset to euro area countries:
countries[is_ea==TRUE, ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.