Skip to contents

UDFType Class

Format

An R6Class generator object

Methods


Method new()

Usage

UDFType$new(...)


Method toJSON()

Usage

UDFType$toJSON()


Method fromJSON()

Usage

UDFType$fromJSON(UDFTypeJson)


Method toJSONString()

Usage

UDFType$toJSONString()


Method fromJSONString()

Usage

UDFType$fromJSONString(UDFTypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.