findProcess: Find a processes from processName or functionName

View source: R/Framework.R

findProcessR Documentation

Find a processes from processName or functionName

Description

Find a processes from processName or functionName

Usage

findProcess(projectPath, modelName, processName = NULL, functionName = NULL)

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.

functionName

The name of the function used by the process.


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