View source: R/utilities-parameters.R
exportParametersToXLS | R Documentation |
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()
.
exportParametersToXLS(parameters, paramsXLSpath, sheet = NULL)
parameters |
A single or a list of |
paramsXLSpath |
Path to the excel file |
sheet |
(Optional) name of the excel sheet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.