Modify multiple projects
modifyProjects(
projectPaths,
modelNames = getRstoxFrameworkDefinitions("stoxModelNames"),
newValuesList,
add.defaults = FALSE,
purge.processData = FALSE,
strict = TRUE,
update.functionInputs = TRUE
)
A vector of paths to the StoX projects.
The name of the models (possible values are "baseline", "analysis" and "report").
A list of newValues
named by the processes to modify. See also modifyProcess
.
Logical: If TRUE defaults of a function are added when setting the function of the process.
Logical: If TRUE replace process data entirely.
Logical: If FALSE a proposed process name is changed to the default new process name, whereas TRUE throws an error.
Logical: If TRUE update the process name in the function inputs to other processes.