modifyParameter_ProjectXMLList: Modify a parameter of a process of a list representation of a...

modifyParameter_ProjectXMLListR Documentation

Modify a parameter of a process of a list representation of a project.xml file from StoX <= 2.7.

Description

Modify a parameter of a process of a list representation of a project.xml file from StoX <= 2.7.

Usage

modifyParameter_ProjectXMLList(
  projectXMLList,
  modelName,
  processName,
  parameterName,
  newParameterValue,
  functionName = NULL
)

Arguments

projectXMLList

A list as read by readProjectXMLToList.

modelName

The name of the model (possible values are "baseline", "baseline-report", "r" and "r-report").

processName

he name of the process.

parameterName

The name of the parameter.

newParameterValue

The new value of the parameter.

functionName

The name of the function of the process to add.


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.