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)