SDMXStructureType {rsdmx} | R Documentation |
Class "SDMXStructureType"
Description
A basic class to handle the type of a SDMX-ML Structure document
Usage
SDMXStructureType(xmlObj, namespaces, resource)
Arguments
xmlObj |
object of class "XMLInternalDocument derived from XML package |
namespaces |
object of class "data.frame" given the list of namespace URIs |
resource |
object of class "character" giving the REST resource to be queried (required to distinguish between dataflows and datastructures in SDMX 2.0) |
Value
an object of class "SDMXStructureType"
Warning
This class is not useful in itself, but it will be used by readSDMX to deal with SDMX-ML Structure documents.
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
See Also
[Package rsdmx version 0.6-3 Index]