UDFInfoUpdate | R Documentation |
UDFInfoUpdate Class
An R6Class
generator object
name
character [optional]
language
UDFLanguage [optional]
version
character [optional]
image_name
character [optional]
type
UDFType [optional]
exec
character [optional]
exec_raw
character [optional]
readme
character [optional]
license_id
character [optional]
license_text
character [optional]
tags
list( character ) [optional]
new()
UDFInfoUpdate$new( name = NULL, language = NULL, version = NULL, image_name = NULL, type = NULL, exec = NULL, exec_raw = NULL, readme = NULL, license_id = NULL, license_text = NULL, tags = NULL, ... )
toJSON()
UDFInfoUpdate$toJSON()
fromJSON()
UDFInfoUpdate$fromJSON(UDFInfoUpdateJson)
toJSONString()
UDFInfoUpdate$toJSONString()
fromJSONString()
UDFInfoUpdate$fromJSONString(UDFInfoUpdateJson)
clone()
The objects of this class are cloneable with this method.
UDFInfoUpdate$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.