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