View source: R/utilities-excel-input.R
createWorkflowFromExcelInput | R Documentation |
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
createWorkflowFromExcelInput(
excelFile,
workflowFile = "workflow.R",
removeComments = FALSE
)
excelFile |
name of the Excel file from which the R script is created |
workflowFile |
name of the R script file created from the Excel file |
removeComments |
logical to remove comments and information in |
An R script of name workflowFile
to be run
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.