Skip to contents

UDFInfo Class

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

language

UDFLanguage [optional]

type

UDFType [optional]

readme

character [optional]

license_id

character [optional]

license_text

character [optional]

tags

list( character ) [optional]

Methods


Method new()

Usage

UDFInfo$new(
  id = NULL,
  name = NULL,
  language = NULL,
  type = NULL,
  readme = NULL,
  license_id = NULL,
  license_text = NULL,
  tags = NULL,
  ...
)


Method toJSON()

Usage

UDFInfo$toJSON()


Method fromJSON()

Usage

UDFInfo$fromJSON(UDFInfoJson)


Method toJSONString()

Usage

UDFInfo$toJSONString()


Method fromJSONString()

Usage

UDFInfo$fromJSONString(UDFInfoJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFInfo$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.