Skip to contents

UDFImage Class

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

language

UDFLanguage [optional]

Methods


Method new()

Usage

UDFImage$new(id = NULL, name = NULL, language = NULL, ...)


Method toJSON()

Usage

UDFImage$toJSON()


Method fromJSON()

Usage

UDFImage$fromJSON(UDFImageJson)


Method toJSONString()

Usage

UDFImage$toJSONString()


Method fromJSONString()

Usage

UDFImage$fromJSONString(UDFImageJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFImage$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.