UDFInfoVersion | R Documentation |
UDFInfoVersion Class
An R6Class
generator object
id
character [optional]
udf_image_uuid
character [optional]
name
character [optional]
version
character [optional]
image_name
character [optional]
exec
character [optional]
exec_raw
character [optional]
default
character [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)
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.