View source: R/readDefaultConfig.R
readDefaultConfig | R Documentation |
Reads the default configuration of the model. Uses default.cfg and the model's main gms
as the source as appropriate.
To read a configuration from YAML format, use loadConfig
instead.
readDefaultConfig(path = ".", mainfile = "main.gms")
path |
path of the main folder of the model |
mainfile |
filename of main model file, defaults to 'main.gms' |
A vector of parameter values and their names.
Mika Pflüger
loadConfig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.