Skip to contents

ArraySample Class

Format

An R6Class generator object

Public fields

data

object [optional]

Methods


Method new()

Usage

ArraySample$new(data = NULL, ...)


Method toJSON()

Usage

ArraySample$toJSON()


Method fromJSON()

Usage

ArraySample$fromJSON(ArraySampleJson)


Method toJSONString()

Usage

ArraySample$toJSONString()


Method fromJSONString()

Usage

ArraySample$fromJSONString(ArraySampleJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArraySample$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.