Skip to contents

UDFFavorite Class

Format

An R6Class generator object

Public fields

udf_uuid

character [optional]

namespace

character [optional]

name

character [optional]

Methods


Method new()

Usage

UDFFavorite$new(udf_uuid = NULL, namespace = NULL, name = NULL, ...)


Method toJSON()

Usage

UDFFavorite$toJSON()


Method fromJSON()

Usage

UDFFavorite$fromJSON(UDFFavoriteJson)


Method toJSONString()

Usage

UDFFavorite$toJSONString()


Method fromJSONString()

Usage

UDFFavorite$fromJSONString(UDFFavoriteJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFFavorite$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.