grepEurostatTOC {SmarterPoland} | R Documentation |
Names of Eurostat Datasets That Fit Given Pattern
Description
Lists names of dataset from eurostat with the particular pattern in the description.
This function downloads list of all datasets available on eurostat and return list of names of datasets that contains particular pattern in the dataset description.
E.g. all datasets related to education of teaching.
Usage
grepEurostatTOC(pattern)
Arguments
pattern |
Character, only datasets that contains this pattern in the description will be returned. |
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
See Also
See Also as getEurostatRCV
, getEurostatRaw
, getEurostatTOC
.
Examples
## Not run:
tmp <- grepEurostatTOC("education")
head(tmp)
## End(Not run)
[Package SmarterPoland version 1.8.1 Index]