Learn R Programming

eurostat (version 3.2.2)

get_eurostat_toc: Download Table of Contents of Eurostat Data Sets

Description

Download table of contents (TOC) of eurostat datasets.

Usage

get_eurostat_toc()

Arguments

Value

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.

Details

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.

References

See citation("eurostat").

See Also

get_eurostat, search_eurostat.

Examples

Run this code
# NOT RUN {
tmp <- get_eurostat_toc(); head(tmp)
# }

Run the code above in your browser using DataLab