R/Framework.R
getProcessOutputFiles.Rd
Function to get all process output memory files of a process:
getProcessOutputFiles(
projectPath,
modelName,
processID,
onlyTableNames = FALSE,
type = "memory",
warn = TRUE
)
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.
The name of the model (possible values are "baseline", "analysis" and "report").
The ID of the process.
Logical: If TRUE return only table names.
One of c("memory", "output", "text".
Logical: If TRUE warn if the process has not bee run.