| geoflow_date | R Documentation |
This class models an date
R6Class object.
geoflow_date
Object of R6Class for modelling an date
keydate key. Default is "creation"
valuedate value. Default is generated with Sys.time()
new()Initializes a geoflow_date
geoflow_date$new()
setKey()Sets the date key
geoflow_date$setKey(key)
keydate key
setValue()Sets the date value. The method will check validity of date value.
geoflow_date$setValue(value)
valuedate value
clone()The objects of this class are cloneable with this method.
geoflow_date$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
date <- geoflow_date$new()
date$setKey("creation")
date$setValue(Sys.time())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.