| TaskGraphNodeMetadata | R Documentation |
TaskGraphNodeMetadata Class
An R6Class generator object
client_node_uuidcharacter [optional]
namecharacter [optional]
depends_onlist( character ) [optional]
executionslist( ArrayTask ) [optional]
new()TaskGraphNodeMetadata$new( client_node_uuid = NULL, name = NULL, depends_on = NULL, executions = NULL, ... )
toJSON()TaskGraphNodeMetadata$toJSON()
fromJSON()TaskGraphNodeMetadata$fromJSON(TaskGraphNodeMetadataJson)
toJSONString()TaskGraphNodeMetadata$toJSONString()
fromJSONString()TaskGraphNodeMetadata$fromJSONString(TaskGraphNodeMetadataJson)
clone()The objects of this class are cloneable with this method.
TaskGraphNodeMetadata$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.