checkTaskInputsExist: checkTaskInputsExist

View source: R/utilities-task.R

checkTaskInputsExistR Documentation

checkTaskInputsExist

Description

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

See Also

Other workflow helpers: activateWorkflowTasks(), addStudyParameters(), addXParametersForDemographyPlot(), addXParametersForPKParametersPlot(), addYParametersForDemographyPlot(), addYParametersForPKParametersPlot(), createWorkflowFromExcelInput(), getMeanSensitivityAnalysisResultsFileNames(), getOutputPathsInSimulationSet(), getPKAnalysisResultsFileNames(), getPKParameterGroupsInOutput(), getPKParametersInOutput(), getPKParametersInSimulationSet(), getPopulationPKData(), getPopulationPKMetaData(), getPopulationSensitivityAnalysisResultsFileNames(), getSimulationDescriptor(), getSimulationParameterDisplayPaths(), getSimulationResultFileNames(), getTaskInputs(), getWorkflowParameterDisplayPaths(), getWorkflowReferencePopulationName(), getXParametersForDemographyPlot(), getXParametersForPKParametersPlot(), getYParametersForDemographyPlot(), getYParametersForPKParametersPlot(), inactivateWorkflowTasks(), setSimulationDescriptor(), setWorkflowParameterDisplayPathsFromFile(), setWorkflowParameterDisplayPaths(), setXParametersForDemographyPlot(), setXParametersForPKParametersPlot(), setYParametersForDemographyPlot(), setYParametersForPKParametersPlot()

Examples

## Not run: 

# 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)

## End(Not run)


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 30, 2024, 4:17 p.m.