Description Public fields Methods
Process
Process
id
Id or name of the process
summary
Shortly what the process does
description
Extended description of the process
categories
To which categories the process belongs
parameters
Used parameters in the process
returns
The output of the process
operation
Function that executes the process
new()
Initialize process
Process$new( id = NA, summary = NA, description = NA, categories = NA, parameters = NA, returns = NA, operation = NA )
id
Id or name of the process
summary
Shortly what the process does
description
Extended description of the process
categories
To which categories the process belongs
parameters
Used parameters in the process
returns
The output of the process
operation
Function that executes the process
processInfo()
List information about the process
Process$processInfo()
setParameter()
Set parameter for the executable process graph
Process$setParameter(name, value)
name
Name of parameter
value
Value to be set
clone()
The objects of this class are cloneable with this method.
Process$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.