ReadState | R Documentation |
ReadState Class
An R6Class
generator object
initialized
character [optional]
overflowed
character [optional]
unsplittable
character [optional]
subarrayPartitioner
SubarrayPartitioner [optional]
new()
ReadState$new( initialized = NULL, overflowed = NULL, unsplittable = NULL, subarrayPartitioner = NULL, ... )
toJSON()
ReadState$toJSON()
fromJSON()
ReadState$fromJSON(ReadStateJson)
toJSONString()
ReadState$toJSONString()
fromJSONString()
ReadState$fromJSONString(ReadStateJson)
clone()
The objects of this class are cloneable with this method.
ReadState$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.