Learn R Programming

eurostat (version 1.0.16)

get_eurostat_raw: Download data from the eurostat database

Description

Downloads datasets from the eurostat database and transforms into tabular format.

Usage

get_eurostat_raw(id)

Arguments

id

A code name for the data set of interested. See the table of contents of eurostat datasets for more details.

Value

A dataset in data.frame format. First column contains comma separated codes of cases. Other columns usually corresponds to years and column names are years with preceding X. Data is in character format as it contains values together with eurostat flags for data.

Details

Data is downloaded from http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing

References

see citation("eurostat").

See Also

get_eurostat.

Examples

Run this code
# NOT RUN {
	       tmp <- get_eurostat_raw("educ_iste")
	       head(tmp)
	     
# }

Run the code above in your browser using DataLab