
Write parameter structure to excel that can be loaded in MoBi
Source:R/utilities-parameters.R
writeParameterStructureToXLS.RdWrite parameter structure to excel that can be loaded in MoBi
Usage
writeParameterStructureToXLS(
parameterStructure,
paramsXLSpath,
sheet = NULL,
append = FALSE
)Arguments
- parameterStructure
A list containing vectors
pathswith the full paths to the parameters,valuesthe values of the parameters, andunitswith the units the values are in.- paramsXLSpath
Path to the excel file
- sheet
(Optional) name of the excel sheet
- append
If TRUE, the existing excel file/sheet will be appended with the new parameter structure. If FALSE (default), the existing file will be overwritten.