Learn R Programming

RJSDMX (version 3.4-0)

RJSDMX-package: 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

Arguments

Author

Attilio Mattiocco, Bank of Italy attilio.mattiocco@bancaditalia.it

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

See Also

getProviders, getTimeSeries, sdmxHelp

Examples

Run this code
if (FALSE) {
 my_ts = getTimeSeries('ECB','EXR.M.USD.EUR.SP00.A')
}

Run the code above in your browser using DataLab