UDFSubarrayRange | R Documentation |
UDFSubarrayRange Class
An R6Class
generator object
dimension_id
integer [optional]
range_start
DimensionCoordinate [optional]
range_end
DimensionCoordinate [optional]
new()
UDFSubarrayRange$new( dimension_id = NULL, range_start = NULL, range_end = NULL, ... )
toJSON()
UDFSubarrayRange$toJSON()
fromJSON()
UDFSubarrayRange$fromJSON(UDFSubarrayRangeJson)
toJSONString()
UDFSubarrayRange$toJSONString()
fromJSONString()
UDFSubarrayRange$fromJSONString(UDFSubarrayRangeJson)
clone()
The objects of this class are cloneable with this method.
UDFSubarrayRange$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.