MultiArrayUDF | R Documentation |
MultiArrayUDF 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]
result_format
ResultFormat [optional]
task_name
character [optional]
argument
character [optional]
arguments_json
list( TGUDFArgument ) [optional]
stored_param_uuids
list( character ) [optional]
store_results
character [optional]
dont_download_results
character [optional]
ranges
QueryRanges [optional]
subarray
UDFSubarray [optional]
buffers
list( character ) [optional]
arrays
list( UDFArrayDetails ) [optional]
timeout
integer [optional]
task_graph_uuid
character [optional]
client_node_uuid
character [optional]
new()
MultiArrayUDF$new( udf_info_name = NULL, language = NULL, version = NULL, image_name = NULL, resource_class = NULL, exec = NULL, exec_raw = NULL, result_format = NULL, task_name = NULL, argument = NULL, arguments_json = NULL, stored_param_uuids = NULL, store_results = NULL, dont_download_results = NULL, ranges = NULL, subarray = NULL, buffers = NULL, arrays = NULL, timeout = NULL, task_graph_uuid = NULL, client_node_uuid = NULL, ... )
toJSON()
MultiArrayUDF$toJSON()
fromJSON()
MultiArrayUDF$fromJSON(MultiArrayUDFJson)
toJSONString()
MultiArrayUDF$toJSONString()
fromJSONString()
MultiArrayUDF$fromJSONString(MultiArrayUDFJson)
clone()
The objects of this class are cloneable with this method.
MultiArrayUDF$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.