Learn R Programming

pdfetch (version 0.2.7)

pdfetch_EUROSTAT: Fetch data from Eurostat

Description

Eurostat stores its statistics in data cubes, which can be browsed at https://ec.europa.eu/eurostat/data/database. To access data, specify the name of a data cube and optionally filter it based on its dimensions.

Usage

pdfetch_EUROSTAT(flowRef, from, to, ...)

Value

a xts object

Arguments

flowRef

Eurostat dataset code

from

a Date object or string in YYYY-MM-DD format. If supplied, only data on or after this date will be returned

to

a Date object or string in YYYY-MM-DD format. If supplied, only data on or before this date will be returned

...

optional dimension filters for the dataset

Examples

Run this code
if (FALSE) {
pdfetch_EUROSTAT("namq_gdp_c", FREQ="Q", S_ADJ="NSA", UNIT="MIO_EUR", 
                          INDIC_NA="B1GM", GEO=c("DE","UK"))
}

Run the code above in your browser using DataLab