expandProcess: Insert a StoX process after a specific process

View source: R/Framework.R

expandProcessR Documentation

Insert a StoX process after a specific process

Description

Insert a StoX process after a specific process

Usage

expandProcess(
  projectPath,
  modelName,
  processName,
  values = NULL,
  returnProcessTable = TRUE
)

Arguments

projectPath

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.

modelName

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

processName

The name of the process.

values

A list of values to assign to the process, such as list(processName = "ReadBiotic", functionName = "RstoxBase::ReadBiotic").

returnProcessTable

Logical: If TRUE return the process table (much used in functions used by the GUI).


StoXProject/RstoxFramework documentation built on Oct. 17, 2023, 1:24 p.m.