An R6Class
generator object
Methods
Method fromJSON()
Usage
ArraySample$fromJSON(ArraySampleJson)
Method toJSONString()
Usage
ArraySample$toJSONString()
Method fromJSONString()
Usage
ArraySample$fromJSONString(ArraySampleJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
ArraySample$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.