readSetglobals {gms} | R Documentation |
readSetglobals
Description
Reads all setglobals given in a GAMS code and returns them.
Usage
readSetglobals(file)
Arguments
file |
A gams file or a vector containing GAMS code. |
Value
A vector of values the setglobal variables are set to with setglobal variables as names.
Author(s)
Jan Philipp Dietrich
See Also
[Package gms version 0.31.2 Index]