getDimensions {RJSDMX} | R Documentation |
get dsd dimensions for dataflow
Description
Extract the dimensions of a DataFlow. This function is used to retrieve the list of dimensions of the input dataflow
Usage
getDimensions(provider, dataflow)
Arguments
dataflow |
the identifier of the dataflow |
provider |
the name of the provider |
Details
getDimensions(provider, dataflow)
Examples
## Not run:
dims = getDimensions('ECB','EXR')
## End(Not run)
[Package RJSDMX version 3.3-0 Index]