Write the output of a function
writeStoxOutput(
x,
folderPath,
filePath,
ow = FALSE,
escape = TRUE,
projectPath = projectPath,
modelName = modelName,
processID = processID
)The output from a StoX function.
Character: The path to the folder to write the files to
Character: Optional. If given this overrides the default file paths. Must be of the same length as x is x is a list of tables etc.
Logical: If TRUE overwrite the file if existing.
Logical: Should strings be escaped in text output. Defaulted to 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.