| GenericUDF | R Documentation |
GenericUDF Class
An R6Class generator object
udf_info_namecharacter [optional]
languageUDFLanguage [optional]
versioncharacter [optional]
image_namecharacter [optional]
resource_classcharacter [optional]
execcharacter [optional]
exec_rawcharacter [optional]
argumentcharacter [optional]
stored_param_uuidslist( character ) [optional]
result_formatResultFormat [optional]
task_namecharacter [optional]
store_resultscharacter [optional]
timeoutinteger [optional]
dont_download_resultscharacter [optional]
task_graph_uuidcharacter [optional]
client_node_uuidcharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.