UDFArrayDetails | R Documentation |
UDFArrayDetails Class
An R6Class
generator object
uri
character [optional]
ranges
QueryRanges [optional]
buffers
list( character ) [optional]
new()
UDFArrayDetails$new(uri = NULL, ranges = NULL, buffers = NULL, ...)
toJSON()
UDFArrayDetails$toJSON()
fromJSON()
UDFArrayDetails$fromJSON(UDFArrayDetailsJson)
toJSONString()
UDFArrayDetails$toJSONString()
fromJSONString()
UDFArrayDetails$fromJSONString(UDFArrayDetailsJson)
clone()
The objects of this class are cloneable with this method.
UDFArrayDetails$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.