View source: R/SDMXAttribute-methods.R
| SDMXAttribute | R Documentation |
A basic class to handle a SDMX Attribute
SDMXAttribute(xmlObj, namespaces)
xmlObj |
object of class "XMLInternalDocument derived from XML package |
namespaces |
object of class "data.frame" given the list of namespace URIs |
an object of class "SDMXAttribute"
conceptRefObject of class "character" giving the attribute conceptRef (required)
conceptVersionObject of class "character" giving the attribute concept version
conceptAgencyObject of class "character" giving the attribute concept agency
conceptSchemeRefObject of class "character" giving the attribute conceptScheme ref
conceptSchemeAgencyObject of class "character" giving the attribute conceptScheme agency
codelistObject of class "character" giving the codelist ref name
codelistVersionObject of class "character" giving the codelist ref version
codelistAgencyObject of class "character" giving the codelist ref agency
attachmentLevelObject of class "character" giving the attachment level (e.g. DataSet)
assignmentStatusObject of class "character" giving the assignment status (e.g. Mandatory)
isTimeFormatObject of class "logical"
crossSectionalAttachDatasetObject of class "logical"
crossSectionalAttachGroupObject of class "logical"
crossSectionalAttachSectionObject of class "logical"
crossSectionalAttachObservationObject of class "logical"
isEntityAttributeObject of class "logical" indicating if the Attribute is an entity Attribute. Default value is FALSE
isNonObservationTimeAttributeObject of class "logical" indicating if the Attribute is a non-observation Attribute. Default value is FALSE
isCountAttributeObject of class "logical" indicating if the Attribute is a count Attribute. Default value is FALSE
isFrequencyAttributeObject of class "logical" indicating if the Attribute is a frequency Attribute. Default value is FALSE
isIdentityAttributeObject of class "logical" indicating if the Attribute is an identity Attribute. Default value is FALSE
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document (DataStructures, or DataStructureDefinitions)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
readSDMX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.