| Writer | R Documentation |
Writer Class
An R6Class generator object
checkCoordDupscharacter [optional]
checkCoordOOBcharacter [optional]
dedupCoordscharacter [optional]
subarrayDomainArray [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.