Learn R Programming

rsdmx (version 0.4-5)

class.SDMXMessageGroup: class.SDMXMessageGroup

Description

function used to determine the wrapped object class of a SDMX-ML MessageGroup object

Usage

class.SDMXMessageGroup(xmlObj)

Arguments

xmlObj
an object of class "XMLInternalDocument"

Value

  • an object of class "character"

Warning

class.SDMXMessageGroup is a function used internally to determine appropriate methods to be used for SDMXMessageGroup objects. At now, the function has been tested to distinguish between embedded dataset objects, either SDMXGenericData or SDMXCompactData, and used to call appropriate as.data.frame method

See Also

SDMXMessageGroup-class