tests/dev/01_MeanModel_Raltegravir/test-example-01-excel-template.R

# Test script to create workflow.R from an Excel template

excelFile <- "workflow-input-01.xlsx"

workflowFile <- createWorkflowFromExcelInput(excelFile)

# Optional parameters can be added:
# workflowFile: name of the R script file created from the Excel file
# removeComments: logical to remove all comments provided as guidance to review the script
# createWorkflowFromExcelInput(excelFile, workflowFile = "workflow.R")

# Run the resulting file:
source(workflowFile, encoding = "UTF-8")
Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on May 1, 2024, 12:27 p.m.