Execute.Rd
executes a workflow
Execute(workflow, moduleArgs = NULL, argsContainer = NULL, mode = SERIAL_MODE, clearCache = TRUE, moduleInputsSaveDir = NULL)
workflow | implementation instance of |
---|---|
moduleArgs | a list of lists where the name of each element corresponds
to a module name in |
argsContainer | a list or environment of named values to use whenever
the name of a value in the container interects with
an input argument of a module in |
mode | Defines execution mode, e.x. running modules in parallel. All defined modes are in the constants of this package. |
clearCache | boolean flag that indicated if will clear out workflow module output caches. |
moduleInputsSaveDir | Name of directory to save module inputs to.
Inputs are saved in .rds format in form of
'module_name' + '_inputs.rds'. If |