GenericUDF | R Documentation |
GenericUDF Class
An R6Class
generator object
udf_info_name
character [optional]
language
UDFLanguage [optional]
version
character [optional]
image_name
character [optional]
resource_class
character [optional]
exec
character [optional]
exec_raw
character [optional]
argument
character [optional]
stored_param_uuids
list( character ) [optional]
result_format
ResultFormat [optional]
task_name
character [optional]
store_results
character [optional]
timeout
integer [optional]
dont_download_results
character [optional]
task_graph_uuid
character [optional]
client_node_uuid
character [optional]
new()
GenericUDF$new( udf_info_name = NULL, language = NULL, version = NULL, image_name = NULL, resource_class = NULL, exec = NULL, exec_raw = NULL, argument = NULL, stored_param_uuids = NULL, result_format = NULL, task_name = NULL, store_results = NULL, timeout = NULL, dont_download_results = NULL, task_graph_uuid = NULL, client_node_uuid = 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.