Writer | R Documentation |
Writer Class
An R6Class
generator object
checkCoordDups
character [optional]
checkCoordOOB
character [optional]
dedupCoords
character [optional]
subarray
DomainArray [optional]
new()
Writer$new( checkCoordDups = NULL, checkCoordOOB = NULL, dedupCoords = NULL, subarray = NULL, ... )
toJSON()
Writer$toJSON()
fromJSON()
Writer$fromJSON(WriterJson)
toJSONString()
Writer$toJSONString()
fromJSONString()
Writer$fromJSONString(WriterJson)
clone()
The objects of this class are cloneable with this method.
Writer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.