View source: R/pipeline_funcs.R
ActionOn_Child_Changed | R Documentation |
# A process has changed
ActionOn_Child_Changed( temp.dataIn, dataIn, steps.status, steps, steps.enabled, steps.skipped, processHasChanged, newValue )
temp.dataIn |
xxx |
dataIn |
xxx |
steps.status |
xxx |
steps |
A vector of names which are the names of the steps in the process |
steps.enabled |
xxx |
steps.skipped |
xxx |
processHasChanged |
A character(1) which is the name of the process which has changed its return value. |
newValue |
The new value given by the step which has changed. It can be either NULL (the process has been reseted) or contain a dataset (the process has been validated and returned the result of its calculations) |
Samuel Wieczorek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.