| SDMXCodelist {rsdmx} | R Documentation |
Class "SDMXCodelist"
Description
A basic class to handle a SDMX Codelist
Usage
SDMXCodelist(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 "SDMXCodelist"
Slots
idObject of class "character" giving the ID of the codelist (required)
agencyIDObject of class "character" giving the AgencyID
versionObject of class "character" giving the version
uriObject of class "character" giving the codelist uri
urnObject of class "character" giving the codelist urn
isExternalReferenceObject of class "logical" indicating if the codelist is an external reference
isFinalObject of class "logical" indicating if the codelist is final
validFromObject of class "character" indicating the start validity period
validToObject of class "character" indicating the end validity period
NameObject of class "list" giving the codelist (by language) - required
DescriptionObject of class "list" giving the codelist description (by language)
CodeObject of class "list" giving the list of "SDMXCode" objects included in the codelist (see SDMXCode)
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 (Codelists, or DataStructureDefinition)
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com