ISOAttributes function

ISOAttributes

ISOAttributes

ISOAttributes

ISOAttributes class

Format

R6Class object.

Returns

Spatial object of R6Class for modelling a list of ISO xml attributes

Examples

attrs <- ISOAttributes$new(href = "http://somelink", title = "sometitle")

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Public fields

  • attrs: attrs

Methods

Public methods

Method new()

method is used to instantiate a vector of attributes to be used for empty element properties.

Usage

ISOAttributes$new(...)

Arguments

  • ...: list of attributes

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAttributes$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29