View source: R/SDMXType-methods.R
SDMXType | R Documentation |
A basic class to handle the type of a SDMX-ML document
SDMXType(xmlObj)
xmlObj |
object of class "XMLInternalDocument derived from XML package |
an object of class "SDMXType"
type
Object of class "character" giving the type of the SDMX-ML document
this class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document.
At now, the following types have been implemented and successfully tested:
- StructureType
,
- GenericDataType
,
- CompactDataType
,
- StructureSpecificDataType
,
- CrossSectionalDataType
,
- UtilityDataType
,
- MessageGroupType
Emmanuel Blondel, emmanuel.blondel1@gmail.com
readSDMX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.