exportParametersToXLS: Export simulation parameters to excel

View source: R/utilities-parameters.R

exportParametersToXLSR Documentation

Export simulation parameters to excel

Description

Creates an excel file with information from the passed parameters. The excel sheet will contain columns "Container Path", "Parameter Name", "Value", and "Units". The resulting file can be loaded in MoBi or in R with the function readParametersFromXLS().

Usage

exportParametersToXLS(parameters, paramsXLSpath, sheet = NULL)

Arguments

parameters

A single or a list of Parameter objects

paramsXLSpath

Path to the excel file

sheet

(Optional) name of the excel sheet


esqLABS/esqlabsR documentation built on April 17, 2025, 10:51 a.m.