An R6Class
generator object
Public fields
query_ranges
QueryRanges [optional]
fields
list( character ) [optional]
Methods
Method new()
Usage
QueryJson$new(query_ranges = NULL, fields = NULL, ...)
Method fromJSON()
Usage
QueryJson$fromJSON(QueryJsonJson)
Method fromJSONString()
Usage
QueryJson$fromJSONString(QueryJsonJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
QueryJson$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.