getEurostatTOC {SmarterPoland} | R Documentation |
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()
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 getEurostatRCV and getEurostatRaw functions. |
type |
Is it a dataset, folder or table. |
last.update.of.data , last.table.structure.change , data.start , data.end |
Dates. |
Author(s)
Przemyslaw Biecek
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
## Not run:
tmp <- getEurostatTOC()
head(tmp)
## End(Not run)
[Package SmarterPoland version 1.8.1 Index]