R/Framework.R
prependProcess.Rd
This method is only available for functions that has the same data type as input and output.
prependProcess(
projectPath,
modelName,
processName,
prependProcessName = paste(processName, "prepended", sep = "_"),
values = NULL,
returnProcessTable = TRUE
)
The path to the StoX project, i.e., the folder of the project with the sub folders "input", "output" and "process". Can possibly be the path to a file inside the project folder.
The name of the model (possible values are "baseline", "analysis" and "report").
The name of the process.
The name of process to prepend.
A list of zero or more of the following process arguments: functionParameters, processData, processParameters. The arguments functionInputs, functionName and processName are set as equal to the process given by processName
.
Logical: If TRUE return the process table (much used in functions used by the GUI).