Learn R Programming

gms (version 0.31.2)

readDefaultConfig: 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)

Value

A vector of parameter values and their names.

Arguments

path

path of the main folder of the model

Author

Mika Pflüger

See Also

loadConfig