readSettings {gms} | R Documentation |
readSettings
Description
Reads all settings (parameters, globals, and their respective values) in the given GAMS code.
Usage
readSettings(file)
Arguments
file |
A gams file or a vector containing GAMS code. |
Value
A vector of parameter values and their names.
Author(s)
Mika Pflüger
See Also
[Package gms version 0.31.2 Index]