Learn R Programming

RJSDMX (version 2.3-3.1)

getSDMX: get data

Description

Extract a list of time series. This function is exactly the same as getTimeSeries.

Usage

getSDMX(provider, id, start = "", end = "")

Arguments

id

identifier of the time series

provider

the name of the provider

end

the end time - optional

start

the start time - optional

Details

getSDMX(provider, dataflow, start, end)

Examples

Run this code
if (FALSE) {
## get single time series: EXR.A.USD.EUR.SP00.A (or: EXR/A+M.USD.EUR.SP00.A)
my_ts=getSDMX('ECB','EXR.A.USD.EUR.SP00.A')
## get monthly and annual frequency: 'EXR.A|M.USD.EUR.SP00.A' (or: EXR/A+M.USD.EUR.SP00.A)
my_ts=getSDMX('ECB','EXR.A|M.USD.EUR.SP00.A')
## get all available frequencies: 'EXR.*.USD.EUR.SP00.A' (or: EXR/.USD.EUR.SP00.A)
my_ts=getSDMX('ECB','EXR.*.USD.EUR.SP00.A')
}

Run the code above in your browser using DataLab