getDimensions {RJSDMX} | R Documentation |
Extract the dimensions of a DataFlow. This function is used to retrieve the list of dimensions of the input dataflow
getDimensions(provider, dataflow)
dataflow |
the identifier of the dataflow |
provider |
the name of the provider |
getDimensions(provider, dataflow)
## Not run:
dims = getDimensions('ECB','EXR')
## End(Not run)