Download data from the eurostat database.
get_eurostat_raw(id)
id | A code name for the dataset of interested. See the table of contents of eurostat datasets for more details. |
---|
A dataset in tibble format. First column contains comma separated codes of cases. Other columns usually corresponds to years and column names are years with preceding X. Data is in character format as it contains values together with eurostat flags for data.
Data is downloaded from http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing and transformed into tabular format.
see citation("eurostat")
Przemyslaw Biecek, Leo Lahti and Janne Huovari