QueryReader | R Documentation |
QueryReader Class
An R6Class
generator object
layout
Layout [optional]
subarray
Subarray [optional]
readState
ReadState [optional]
varOffsetsMode
character [optional]
varOffsetsAddExtraElement
character [optional]
varOffsetsBitsize
integer [optional]
new()
QueryReader$new( layout = NULL, subarray = NULL, readState = NULL, varOffsetsMode = NULL, varOffsetsAddExtraElement = NULL, varOffsetsBitsize = NULL, ... )
toJSON()
QueryReader$toJSON()
fromJSON()
QueryReader$fromJSON(QueryReaderJson)
toJSONString()
QueryReader$toJSONString()
fromJSONString()
QueryReader$fromJSONString(QueryReaderJson)
clone()
The objects of this class are cloneable with this method.
QueryReader$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.