| UDFInfoVersion | R Documentation |
UDFInfoVersion Class
An R6Class generator object
idcharacter [optional]
udf_image_uuidcharacter [optional]
namecharacter [optional]
versioncharacter [optional]
image_namecharacter [optional]
execcharacter [optional]
exec_rawcharacter [optional]
defaultcharacter [optional]
new()UDFInfoVersion$new( id = NULL, udf_image_uuid = NULL, name = NULL, version = NULL, image_name = NULL, exec = NULL, exec_raw = NULL, default = NULL, ... )
toJSON()UDFInfoVersion$toJSON()
fromJSON()UDFInfoVersion$fromJSON(UDFInfoVersionJson)
toJSONString()UDFInfoVersion$toJSONString()
fromJSONString()UDFInfoVersion$fromJSONString(UDFInfoVersionJson)
clone()The objects of this class are cloneable with this method.
UDFInfoVersion$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.