| geoflow_kvp | R Documentation |
This class models an kvp (Key Values pair)
R6Class object.
geoflow_kvp
Object of R6Class for modelling an kvp (Key Values pair)
keythe KVP key
valuesthe KVP values
localea locale definition for the KVP
new()Initializes a Key-Value pair (KVP)
geoflow_kvp$new(key = NULL, values = NULL, locale = NULL)
keykey
valuesvalues
localelocale
setKey()Set KVP key
geoflow_kvp$setKey(key)
keythe key
setValues()Set KVP values
geoflow_kvp$setValues(values)
valuesthe values
setLocale()Set KVP locale
geoflow_kvp$setLocale(locale)
localelocale
clone()The objects of this class are cloneable with this method.
geoflow_kvp$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.