Learn R Programming

SmarterPoland (version 1.5)

getEurostatTOC: Eurostat Table of Contents

Description

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

Usage

getEurostatTOC()

Arguments

Value

  • A data.frame with eight columns
  • titleThe name of dataset of theme
  • codeThe codename of dataset of theme, will be used by the getEurostatRCV and getEurostatRaw functions.
  • typeIs it a dataset, folder or table.
  • last.update.of.data, last.table.structure.change, data.start, data.endDates.

References

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

See Also

See Also as getEurostatRCV, getEurostatRaw, grepEurostatTOC.

Examples

Run this code
tmp <- getEurostatTOC()
 head(tmp)

Run the code above in your browser using DataLab