Skip to contents

Check if the files required by the task exist

Usage

checkTaskInputsExist(task)

Arguments

task

`Task` object or derived class

Value

Named list of logical values assessing if the files exist

Examples

if (FALSE) {

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

# Checks if paths of required files for running a workflow task exist
checkTaskInputsExist(myWorkflow$plotSensitivity)
}