registerISOCodelist allows to register a new codelist registered in geometa

registerISOCodelist(refFile, id, force)

Arguments

refFile

ISO XML file handling the ISO codelist

id

identifier of the ISO codelist

force

logical parameter indicating if registration has be to be forced in case the identified codelist is already registered

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com

Examples

            
  registerISOCodelist(
   refFile = "http://www.isotc211.org/2005/resources/Codelist/ML_gmxCodelists.xml",
   id = "LanguageCode",
   force = TRUE
 )