GenericUDF | R Documentation |
GenericUDF Class
An R6Class
generator object
udf_info_name
character [optional]
language
UDFLanguage [optional]
version
character [optional]
image_name
character [optional]
exec
character [optional]
exec_raw
character [optional]
argument
character [optional]
result_format
UDFResultType [optional]
task_name
character [optional]
new()
GenericUDF$new( udf_info_name = NULL, language = NULL, version = NULL, image_name = NULL, exec = NULL, exec_raw = NULL, argument = NULL, result_format = NULL, task_name = NULL, ... )
toJSON()
GenericUDF$toJSON()
fromJSON()
GenericUDF$fromJSON(GenericUDFJson)
toJSONString()
GenericUDF$toJSONString()
fromJSONString()
GenericUDF$fromJSONString(GenericUDFJson)
clone()
The objects of this class are cloneable with this method.
GenericUDF$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.