Learn R Programming

eurostat (version 1.0.16)

get_eurostat_toc: Download a table of contents of eurostat datasets.

Description

Download table of contents (TOC) of eurostat datasets. Note that the values in column 'code' should be used to download a selected dataset.

Usage

get_eurostat_toc()

getEurostatTOC()

Arguments

Value

A data.frame with eight columns

title

The name of dataset of theme

code

The codename of dataset of theme, will be used by the eurostat and get_eurostat_raw functions.

type

Is it a dataset, folder or table.

last.update.of.data, last.table.structure.change, data.start, data.end

Dates.

Functions

  • getEurostatTOC: Old depricated version

Details

The TOC is downloaded from http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&file=table_of_contents_en.txt

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