readDefaultConfig {gms}R Documentation

readDefaultConfig

Description

Reads the default configuration of the model. Uses default.cfg or main.cfg as the source as appropriate. To read a configuration from YAML format, use loadConfig instead.

Usage

readDefaultConfig(path)

Arguments

path

path of the main folder of the model

Value

A vector of parameter values and their names.

Author(s)

Mika Pflüger

See Also

loadConfig


[Package gms version 0.31.2 Index]