powered by
ISOOnlineResource
Object of R6Class for modelling an ISO Online Resource
R6Class
R6Class object.
linkage
protocol
name
description
new(xml)
This method is used to instantiate an ISOOnlineResource
setLinkage(linkage)
Sets the linkage (URL), an object of class character or ISOUrl
character
ISOUrl
setProtocol(protocol)
Sets the protocol
setName(name)
Sets the name
setDescription(description)
Sets the description
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOOnlineResource$new() md$setLinkage("http://somelink") md$setName("name") md$setDescription("description") md$setProtocol("protocol") xml <- md$encode() # }
Run the code above in your browser using DataLab