powered by
Download table of contents (TOC) of eurostat datasets.
get_eurostat_toc()
A tibble with eight columns
titleThe name of dataset of theme
codeThe codename of dataset of theme, will be used by the eurostat and get_eurostat_raw functions.
typeIs it a dataset, folder or table.
last.update.of.data, last.table.structure.change, data.start, data.endDates.
The TOC is downloaded from http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&file=table_of_contents_en.txt. The values in column 'code' should be used to download a selected dataset.
See citation("eurostat").
get_eurostat, search_eurostat.
get_eurostat
search_eurostat
# NOT RUN { tmp <- get_eurostat_toc(); head(tmp) # }
Run the code above in your browser using DataLab