Skip to contents

UDFLanguage Class

Format

An R6Class generator object

Methods


Method new()

Usage

UDFLanguage$new(...)


Method toJSON()

Usage

UDFLanguage$toJSON()


Method fromJSON()

Usage

UDFLanguage$fromJSON(UDFLanguageJson)


Method toJSONString()

Usage

UDFLanguage$toJSONString()


Method fromJSONString()

Usage

UDFLanguage$fromJSONString(UDFLanguageJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFLanguage$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.