SDMXFooter {rsdmx} | R Documentation |
Class "SDMXFooter"
Description
A basic class to handle the footer of a SDMX-ML document
Usage
SDMXFooter(xmlObj, namespaces)
Arguments
xmlObj |
object of class "XMLInternalDocument derived from XML package |
namespaces |
object of class "data.frame" given the list of namespace URIs |
Value
an object of class "SDMXFooter"
Slots
messages
Object of class "SDMXFooterMessage" giving the list of messages
Warning
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document.
Note
This class is especially useful for SDMX 2.1 compliant documents. Footer messages are not supported in SDMX 2.0standard format. In this case, the footer will return an empty message list().
According to the SDMX 2.1 standard, the message severity takes one of the following values: "Error", "Warning","Information". Given the possible typos handled by data providers, rsdmx adopts a permissive strategy and does not validate the object according to such controlled terms.
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com