Learn R Programming

RJSDMX (version 1.3)

sdmxdf: transform the list of time series retrieved with getSDMX in a merged data.frame

Description

This function is used to transform the output of the getSDMX (or getTimeseries) functions from a list of time series to a data.frame. The metadata can be requested by explicitly passing the 'meta' parameter.

Usage

sdmxdf(tslist, meta=F)

Arguments

tslist
the list of time series to be converted
meta
set this to TRUE if you want metadata to be included (this may increase the size of the result quite a bit)

Examples

Run this code
# not run
# a=getSDMX('ECB', 'EXR.A|Q|M|D.USD.EUR.SP00.A')
# ddf = sdmxdf(a)

Run the code above in your browser using DataLab