Skip to contents

UDFSubarray Class

Format

An R6Class generator object

Public fields

layout

Layout [optional]

ranges

list( UDFSubarrayRange ) [optional]

Methods


Method new()

Usage

UDFSubarray$new(layout = NULL, ranges = NULL, ...)


Method toJSON()

Usage

UDFSubarray$toJSON()


Method fromJSON()

Usage

UDFSubarray$fromJSON(UDFSubarrayJson)


Method toJSONString()

Usage

UDFSubarray$toJSONString()


Method fromJSONString()

Usage

UDFSubarray$fromJSONString(UDFSubarrayJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFSubarray$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.