pdfetch_EUROSTAT {pdfetch} | R 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)
[Package pdfetch version 0.2.9 Index]