A basic class to handle a SDMX Dimension
SDMXDimension(xmlObj, namespaces)
an object of class "SDMXDimension"
object of class "XMLInternalDocument derived from XML package
object of class "data.frame" given the list of namespace URIs
conceptRef
Object of class "character" giving the dimension conceptRef (required)
conceptVersion
Object of class "character" giving the dimension concept version
conceptAgency
Object of class "character" giving the dimension concept agency
conceptSchemeRef
Object of class "character" giving the dimension conceptScheme ref
conceptSchemeAgency
Object of class "character" giving the dimension conceptScheme agency
codelist
Object of class "character" giving the codelist ref name
codelistVersion
Object of class "character" giving the codelist ref version
codelistAgency
Object of class "character" giving the codelist ref agency
isMeasureDimension
Object of class "logical" indicating if the dimension is a measure dimension. Default value is FALSE
isFrequencyDimension
Object of class "logical" indicating if the dimension is a frequency dimension. Default value is FALSE
isEntityDimension
Object of class "logical" indicating if the dimension is an entity dimension. Default value is FALSE
isCountDimension
Object of class "logical" indicating if the dimension is a count dimension. Default value is FALSE
isNonObservationTimeDimension
Object of class "logical" indicating if the dimension is a non-observation dimension. Default value is FALSE
isIdentityDimension
Object of class "logical" indicating if the dimension is an identity dimension. Default value is FALSE
crossSectionalAttachDataset
Object of class "logical"
crossSectionalAttachGroup
Object of class "logical"
crossSectionalAttachSection
Object of class "logical"
crossSectionalAttachObservation
Object of class "logical"
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document (Concepts, or DataStructureDefinition)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
readSDMX