pdfetch_EUROSTAT: Fetch data from Eurostat

View source: R/pdfetch.R

pdfetch_EUROSTATR Documentation

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, ...)

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

Value

a xts object

Examples

## Not run: 
pdfetch_EUROSTAT("namq_gdp_c", FREQ="Q", S_ADJ="NSA", UNIT="MIO_EUR", 
                          INDIC_NA="B1GM", GEO=c("DE","UK"))

## End(Not run)

abielr/pdfetch documentation built on Aug. 15, 2023, 8:57 a.m.