Creates an R script for running mean model or population workflows from an Excel file
Note that the {readxl} package is required to use this function
Usage
createWorkflowFromExcelInput(
  excelFile,
  workflowFile = "workflow.R",
  removeComments = FALSE
)See also
Other workflow helpers:
activateWorkflowTasks(),
addStudyParameters(),
addXParametersForDemographyPlot(),
addXParametersForPKParametersPlot(),
addYParametersForDemographyPlot(),
addYParametersForPKParametersPlot(),
checkTaskInputsExist(),
getMeanSensitivityAnalysisResultsFileNames(),
getOutputPathsInSimulationSet(),
getPKAnalysisResultsFileNames(),
getPKParameterGroupsInOutput(),
getPKParametersInOutput(),
getPKParametersInSimulationSet(),
getPopulationPKData(),
getPopulationPKMetaData(),
getPopulationSensitivityAnalysisResultsFileNames(),
getSimulationDescriptor(),
getSimulationParameterDisplayPaths(),
getSimulationResultFileNames(),
getTaskInputs(),
getWorkflowParameterDisplayPaths(),
getWorkflowReferencePopulationName(),
getXParametersForDemographyPlot(),
getXParametersForPKParametersPlot(),
getYParametersForDemographyPlot(),
getYParametersForPKParametersPlot(),
inactivateWorkflowTasks(),
setSimulationDescriptor(),
setWorkflowParameterDisplayPaths(),
setWorkflowParameterDisplayPathsFromFile(),
setXParametersForDemographyPlot(),
setXParametersForPKParametersPlot(),
setYParametersForDemographyPlot(),
setYParametersForPKParametersPlot()