SDMXDimension: Class "SDMXDimension"

View source: R/SDMXDimension-methods.R

SDMXDimensionR Documentation

Class "SDMXDimension"

Description

A basic class to handle a SDMX Dimension

Usage

SDMXDimension(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 "SDMXDimension"

Slots

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"

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 (Concepts, or DataStructureDefinition)

Author(s)

Emmanuel Blondel, emmanuel.blondel1@gmail.com

See Also

readSDMX


opensdmx/rsdmx documentation built on Feb. 12, 2024, 12:13 a.m.