Skip to contents

UDFSubarrayRange Class

Format

An R6Class generator object

Public fields

dimension_id

integer [optional]

range_start

DimensionCoordinate [optional]

range_end

DimensionCoordinate [optional]

Methods


Method new()

Usage

UDFSubarrayRange$new(
  dimension_id = NULL,
  range_start = NULL,
  range_end = NULL,
  ...
)


Method toJSON()

Usage

UDFSubarrayRange$toJSON()


Method fromJSON()

Usage

UDFSubarrayRange$fromJSON(UDFSubarrayRangeJson)


Method toJSONString()

Usage

UDFSubarrayRange$toJSONString()


Method fromJSONString()

Usage

UDFSubarrayRange$fromJSONString(UDFSubarrayRangeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFSubarrayRange$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.