Query | R Documentation |
Query Class
An R6Class
generator object
type
Querytype
layout
Layout
status
Querystatus
attributeBufferHeaders
list( AttributeBufferHeader )
writer
Writer [optional]
reader
QueryReader [optional]
array
Array
totalFixedLengthBufferBytes
integer
totalVarLenBufferBytes
integer
new()
Query$new( type, layout, status, attributeBufferHeaders, array, totalFixedLengthBufferBytes, totalVarLenBufferBytes, writer = NULL, reader = NULL, ... )
toJSON()
Query$toJSON()
fromJSON()
Query$fromJSON(QueryJson)
toJSONString()
Query$toJSONString()
fromJSONString()
Query$fromJSONString(QueryJson)
clone()
The objects of this class are cloneable with this method.
Query$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.