getProcessOutputFiles: Function to get all process output memory files of a process:

View source: R/Framework.R

getProcessOutputFilesR Documentation

Function to get all process output memory files of a process:

Description

Function to get all process output memory files of a process:

Usage

getProcessOutputFiles(
  projectPath,
  modelName,
  processID,
  onlyTableNames = FALSE,
  type = "memory",
  warn = 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").

processID

The ID of the process.

onlyTableNames

Logical: If TRUE return only table names.

type

One of c("memory", "output", "text".

warn

Logical: If TRUE warn if the process has not bee run.


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