| UDF | R Documentation |
UDF Class
An R6Class generator object
udf_info_namecharacter [optional]
languageUDFLanguage [optional]
versioncharacter [optional]
image_namecharacter [optional]
rangesUDFRanges [optional]
subarrayUDFSubarray [optional]
execcharacter [optional]
exec_rawcharacter [optional]
bufferslist( character ) [optional]
result_formatUDFResultType [optional]
task_namecharacter [optional]
new()UDF$new( udf_info_name = NULL, language = NULL, version = NULL, image_name = NULL, ranges = NULL, subarray = NULL, exec = NULL, exec_raw = NULL, buffers = NULL, result_format = NULL, task_name = NULL, ... )
toJSON()UDF$toJSON()
fromJSON()UDF$fromJSON(UDFJson)
toJSONString()UDF$toJSONString()
fromJSONString()UDF$fromJSONString(UDFJson)
clone()The objects of this class are cloneable with this method.
UDF$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.