| SDMXConcept {rsdmx} | R Documentation |
Class "SDMXConcept"
Description
A basic class to handle a SDMX Concept
Usage
SDMXConcept(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 "SDMXConcept"
Slots
idObject of class "character" giving the ID of the concept (required)
agencyIDObject of class "character" giving the AgencyID
versionObject of class "character" giving the concept version
uriObject of class "character" giving the concept uri
urnObject of class "character" giving the concept urn
isExternalReferenceObject of class "logical" indicating if the concept is an external reference
coreRepresentationObject of class "character" giving the core representation
coreRepresentationAgencyObject of class "character" giving the core representation agency
parentObject of class "character" giving the concept parent
parentAgencyObject of class "character" giving the parentAgency
NameObject of class "list" giving the concept name (by language) - required
DescriptionObject of class "list" giving the concept description (by language)
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