Description Public fields Methods
Process
Process
idId or name of the process
summaryShortly what the process does
descriptionExtended description of the process
categoriesTo which categories the process belongs
parametersUsed parameters in the process
returnsThe output of the process
operationFunction that executes the process
new()Initialize process
Process$new( id = NA, summary = NA, description = NA, categories = NA, parameters = NA, returns = NA, operation = NA )
idId or name of the process
summaryShortly what the process does
descriptionExtended description of the process
categoriesTo which categories the process belongs
parametersUsed parameters in the process
returnsThe output of the process
operationFunction that executes the process
processInfo()List information about the process
Process$processInfo()
setParameter()Set parameter for the executable process graph
Process$setParameter(name, value)
nameName of parameter
valueValue to be set
clone()The objects of this class are cloneable with this method.
Process$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.