| UDFSubarrayRange | R Documentation |
UDFSubarrayRange Class
An R6Class generator object
dimension_idinteger [optional]
range_startDimensionCoordinate [optional]
range_endDimensionCoordinate [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.