| UDFInfoUpdate | R Documentation |
UDFInfoUpdate Class
An R6Class generator object
namecharacter [optional]
languageUDFLanguage [optional]
versioncharacter [optional]
image_namecharacter [optional]
typeUDFType [optional]
execcharacter [optional]
exec_rawcharacter [optional]
readmecharacter [optional]
license_idcharacter [optional]
license_textcharacter [optional]
tagslist( 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.