Skip to contents

Get the expected sensitivity analysis result files obtained from a population workflow

Usage

getPopulationSensitivityAnalysisResultsFileNames(workflow)

Arguments

workflow

`PopulationWorkflow` object or derived class

Value

Names of the the expected sensitivity analysis result files

Examples

if (FALSE) {

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

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