Learn R Programming

rsdmx (version 0.6-3)

SDMXStructureType: Class "SDMXStructureType"

Description

A basic class to handle the type of a SDMX-ML Structure document

Usage

SDMXStructureType(xmlObj, namespaces, resource)

Value

an object of class "SDMXStructureType"

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)

Warning

This class is not useful in itself, but it will be used by readSDMX to deal with SDMX-ML Structure documents.

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com

See Also

readSDMX