Learn R Programming

RJSDMX (version 1.3)

getTimeSeries: Extract a list of time series

Description

This function is exactly the same as getSDMX

Usage

getTimeSeries(provider, id, start, end)

Arguments

provider
the name of the provider
id
the identifier of the time series
start
the start time - optional
end
the end time - optional

See Also

getSDMX

Examples

Run this code
# not run
# get single time series: EXR.A.USD.EUR.SP00.A (alternatively: EXR/A+M.USD.EUR.SP00.A)
# my_ts=getTimeSeries('ECB','EXR.A.USD.EUR.SP00.A')
# get monthly and annual frequency: 'EXR.A|M.USD.EUR.SP00.A' (alternatively: EXR/A+M.USD.EUR.SP00.A)
# my_ts=getTimeSeries('ECB','EXR.A|M.USD.EUR.SP00.A')
# get all available frequencies: 'EXR.*.USD.EUR.SP00.A' (alternatively: EXR/.USD.EUR.SP00.A)
# my_ts=getTimeSeries('ECB','EXR.*.USD.EUR.SP00.A')

Run the code above in your browser using DataLab