modifyParameter_ProjectXMLList | R Documentation |
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
)
projectXMLList |
A list as read by |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.