UDF | R Documentation |
UDF Class
An R6Class
generator object
udf_info_name
character [optional]
language
UDFLanguage [optional]
version
character [optional]
image_name
character [optional]
ranges
UDFRanges [optional]
subarray
UDFSubarray [optional]
exec
character [optional]
exec_raw
character [optional]
buffers
list( character ) [optional]
result_format
UDFResultType [optional]
task_name
character [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)
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.