Downloads datasets from the eurostat database and transforms into tabular format.
get_eurostat_raw(id)
A code name for the data set of interested. See the table of contents of eurostat datasets for more details.
A dataset in data.frame 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
see citation("eurostat").
# NOT RUN {
tmp <- get_eurostat_raw("educ_iste")
head(tmp)
# }
Run the code above in your browser using DataLab