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