readSetglobals {gms} | R Documentation |
Reads all setglobals given in a GAMS code and returns them.
readSetglobals(file)
file |
A gams file or a vector containing GAMS code. |
A vector of values the setglobal variables are set to with setglobal variables as names.
Jan Philipp Dietrich