powered by
Download a dataset from the eurostat database. The dataset is transformed into the tabular format.
getEurostatRaw(kod = "educ_iste", rowRegExp=NULL, colRegExp=NULL, strip.white = TRUE)
A dataset in data.frame format. First column contains names of cases. Column names usually corresponds to years.
A code name for the data set of interested. See the table of contents of eurostat datasets for more details.
If not NULL this regular expression will be used to filter rows out of downloaded file.
If not NULL this regular expression will be used to filter collumns out of downloaded file.
Passed to the internal read.table(). By default it strips white spaces from eurostat values.
read.table()
Przemyslaw Biecek
Data is downloaded from http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing website.
http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing
See Also as getEurostatTOC, getEurostatRaw, grepEurostatTOC.
getEurostatTOC
getEurostatRaw
grepEurostatTOC
if (FALSE) { tmp <- getEurostatRaw(kod = "educ_iste") head(tmp) }
Run the code above in your browser using DataLab