An R6Class
generator object
Public fields
configs
named list( character ) [optional]
Methods
Method fromJSON()
Usage
TileDBConfig$fromJSON(TileDBConfigJson)
Method toJSONString()
Usage
TileDBConfig$toJSONString()
Method fromJSONString()
Usage
TileDBConfig$fromJSONString(TileDBConfigJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
TileDBConfig$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.