getNamespaces {rsdmx} | R Documentation |
getNamespaces
Description
Access the namespaces of the SDMX-ML object
Usage
getNamespaces(obj)
## S4 method for signature 'SDMX'
getNamespaces(obj)
Arguments
obj |
An object deriving from class "SDMX" |
Value
an object of class data.frame
giving the id and uri for each
of the namespaces handled in the SDMX-ML document.
Methods (by class)
-
getNamespaces(SDMX)
: Access the namespaces of the SDMX-ML object
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
See Also
[Package rsdmx version 0.6-3 Index]