View source: R/SDMXFooterMessage-methods.R
SDMXFooterMessage | R Documentation |
A basic class to handle a footer message of a SDMX-ML document
SDMXFooterMessage(xmlObj)
xmlObj |
object of class "XMLInternalDocument derived from XML package |
an object of class "SDMXFooterMessage"
code
Object of class "character" giving the status code
severity
Object of class "character" giving the severity of the message
messages
Object of class "list" giving the list of messages
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document
This class is especially useful for SDMX 2.1 compliant documents. Footer messages are not supported in SDMX 2.0 standard format.
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.
Emmanuel Blondel, emmanuel.blondel1@gmail.com
SDMXFooter readSDMX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.