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