registerISOMetadataNamespace {geometa} | R Documentation |
registerISOMetadataNamespace
Description
registerISOMetadataNamespace
allows to register a new namespace
in geometa
Usage
registerISOMetadataNamespace(id, uri, force)
Arguments
id |
prefix of the namespace |
uri |
URI of the namespace |
force |
logical parameter indicating if registration has be to be forced in case the identified namespace is already registered |
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
Examples
registerISOMetadataNamespace(id = "myprefix", uri = "http://someuri")
[Package geometa version 0.9.2 Index]