Skip to contents

ArrayFavorite Class

Format

An R6Class generator object

Public fields

array_uuid

character [optional]

namespace

character [optional]

name

character [optional]

Methods


Method new()

Usage

ArrayFavorite$new(array_uuid = NULL, namespace = NULL, name = NULL, ...)


Method toJSON()

Usage

ArrayFavorite$toJSON()


Method fromJSON()

Usage

ArrayFavorite$fromJSON(ArrayFavoriteJson)


Method toJSONString()

Usage

ArrayFavorite$toJSONString()


Method fromJSONString()

Usage

ArrayFavorite$fromJSONString(ArrayFavoriteJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayFavorite$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.