RJSDMX-package {RJSDMX} | R Documentation |
Gets timeseries from SDMX data Provider
Description
This package provides functions to extract timeseries data and structural metadata from an SDMX Provider (e.g. ECB,OECD, EUROSTAT) via SDMX Web Service
Details
Package: | RJSDMX |
Type: | Package |
The SDMX Connectors framework (of which RJSDMX is part) aims to offer data users the means for efficiently interacting with SDMX Web Service providers from within the most popular statistical tools. The source code of the SDMX Connectors project can be found at:
https://github.com/amattioc/SDMX
Information about the R Connector can be found in the dedicated wiki page:
https://github.com/amattioc/SDMX/wiki/RJSDMX:-Connector-for-R
In particular, all information related to configuration (network, tracing, security) can be found at:
https://github.com/amattioc/SDMX/wiki/Configuration
Author(s)
Attilio Mattiocco, Diana Nicoletti, Bank of Italy, IT Support for the Economic Research attilio.mattiocco@bancaditalia.it
See Also
getProviders, getTimeSeries, sdmxHelp
Examples
## Not run:
my_ts = getTimeSeries('ECB','EXR.M.USD.EUR.SP00.A')
## End(Not run)