Skip to contents

ArrayActions Class

Format

An R6Class generator object

Methods


Method new()

Usage

ArrayActions$new(...)


Method toJSON()

Usage

ArrayActions$toJSON()


Method fromJSON()

Usage

ArrayActions$fromJSON(ArrayActionsJson)


Method toJSONString()

Usage

ArrayActions$toJSONString()


Method fromJSONString()

Usage

ArrayActions$fromJSONString(ArrayActionsJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayActions$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.