Skip to content

eurodata 1.7.0 (Windows and MacOS binaries from CRAN)

Latest
Compare
Choose a tag to compare
@alekrutkowski alekrutkowski released this 09 May 07:44

The package is now fully compatible with the new Eurostat’s API SDMX 2.1 and no longer relies on the old Eurostat’s Bulk Download Facility.

Available on CRAN: https://cran.r-project.org/package=eurodata (zip and tgz binaries from CRAN are copied below).
Installation:
install.packages('eurodata')

Alternatively, install the zip or tgz binary:
Download the zip or the tgz file and then run the following code in R console:
install.packages(file.choose(), repos=NULL)
and select the downloaded .zip file.