| geoflow_right | R Documentation |
This class models an right
R6Class object.
geoflow_right
Object of R6Class for modelling an right
keyright key
valuesright values
new()Initializes an object of class geoflow_right
geoflow_right$new(str = NULL, kvp = NULL)
strcharacter string to initialize from using key-based syntax
kvpan object of class geoflow_kvp
setKey()Sets key
geoflow_right$setKey(key)
keykey
setValues()Sets values
geoflow_right$setValues(values)
valuesvalues
clone()The objects of this class are cloneable with this method.
geoflow_right$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
right <- geoflow_right$new()
right$setKey("use")
right$setValues("No restrictions")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.