registerISOCodelist {geometa} | R Documentation |
registerISOCodelist
Description
registerISOCodelist
allows to register a new codelist
registered in geometa
Usage
registerISOCodelist(refFile, id, version, force)
Arguments
refFile |
ISO XML file handling the ISO codelist |
id |
identifier of the ISO codelist |
version |
the version of the metadata standard |
force |
logical parameter indicating if registration has be to be forced in case the identified codelist is already registered |
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
Examples
registerISOCodelist(
refFile = "http://www.isotc211.org/2005/resources/Codelist/ML_gmxCodelists.xml",
id = "LanguageCode",
version = "19139",
force = TRUE
)
[Package geometa version 0.9.2 Index]