
Last chance! 50% off unlimited learning
Sale ends in
ISOScope
Object of R6Class
for modelling an ISO Scope
R6Class
object.
level
[ISOHierarchyLevel
] the scope/hierarchy level
new(xml)
This method is used to instantiate an ISOScope
setLevel(level)
Sets the scope level, object of class 'character' or ISOHierarchyLevel
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN {
md <- ISOScope$new()
md$setLevel("dataset")
xml <- md$encode()
# }
Run the code above in your browser using DataLab