Skip to contents

Get the expected simulation result files obtained from a workflow

Usage

getSimulationResultFileNames(workflow)

Arguments

workflow

`Workflow` object or derived class

Value

Names of the the expected simulation result files

Examples

if (FALSE) {

# A workflow object needs to be created first
myWorkflow <- MeanModelWorkflow$new(workflowFolder, simulationSets)

# Get expected paths and file names for workflow
getSimulationResultFileNames(myWorkflow)
}