UDFSubarrayRange: UDFSubarrayRange

UDFSubarrayRangeR Documentation

UDFSubarrayRange

Description

UDFSubarrayRange Class

Format

An R6Class generator object

Public fields

dimension_id

integer [optional]

range_start

DimensionCoordinate [optional]

range_end

DimensionCoordinate [optional]

Methods

Public 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.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.