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