duplicateProcess: Duplicate a StoX process.

View source: R/Framework.R

duplicateProcessR Documentation

Duplicate a StoX process.

Description

Duplicate a StoX process.

Usage

duplicateProcess(projectPath, modelName, processID, newProcessName = 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").

processID

The ID of the process.

newProcessName

The name of the new process. The default is the name of the process to copy added "_copy".


StoXProject/RstoxFramework documentation built on July 15, 2024, 3:15 p.m.