ISOCodelist
ISOCodelist
ISOCodelist class
R6Class
object.
Object of R6Class
for modelling an ISO codelist
Class used by geometa internal codelist XML decoder/encoder
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOCodelist
id
: id
refFile
: ref file
codeSpace
: code space
identifier
: identifier
description
: description
codeEntry
: code entries
new()
Initializes object
ISOCodelist$new(xml = NULL, refFile = NULL, id = NULL)
xml
: object of class XMLInternalNode-class
refFile
: ref file
id
: id
getCodeEntries()
get code entries
ISOCodelist$getCodeEntries(pretty = FALSE)
pretty
: prettify output as data.frame
. Default isFALSE
an object of class list or data.frame
parse()
Parse codelist
ISOCodelist$parse(refFile, id)
refFile
: ref file
id
: id
clone()
The objects of this class are cloneable with this method.
ISOCodelist$clone(deep = FALSE)
deep
: Whether to make a deep clone.