ISOAttributes
ISOAttributes
ISOAttributes class
R6Class
object.
Spatial object of R6Class
for modelling a list of ISO xml attributes
attrs <- ISOAttributes$new(href = "http://somelink", title = "sometitle")
Emmanuel Blondel emmanuel.blondel1@gmail.com
attrs
: attrs
new()
method is used to instantiate a vector of attributes to be used for empty element properties.
ISOAttributes$new(...)
...
: list of attributes
clone()
The objects of this class are cloneable with this method.
ISOAttributes$clone(deep = FALSE)
deep
: Whether to make a deep clone.