R/Utilities.R
modifyParameter_ProjectXMLList.Rd
Modify a parameter of a process of a list representation of a project.xml file from StoX <= 2.7.
modifyParameter_ProjectXMLList(
projectXMLList,
modelName,
processName,
parameterName,
newParameterValue,
functionName = NULL
)
A list as read by readProjectXMLToList
.
The name of the model (possible values are "baseline", "baseline-report", "r" and "r-report").
he name of the process.
The name of the parameter.
The new value of the parameter.
The name of the function of the process to add.