Learn R Programming

geometa (version 0.8-0)

ISOCodelist: ISOCodelist

Description

ISOCodelist

ISOCodelist

Arguments

Value

Object of R6Class for modelling an ISO codelist

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

id

id

refFile

ref file

codeSpace

code space

identifier

identifier

description

description

entries

entries

Methods


Method new()

Initializes object

Usage

ISOCodelist$new(refFile, id)

Arguments

refFile

ref file

id

id


Method parse()

Parse codelist

Usage

ISOCodelist$parse(refFile, id)

Arguments

refFile

ref file

id

id


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCodelist$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.