| gams {gdxrrw} | R Documentation |
Execute GAMS model from R.
gams(gms, ...)
gms |
|
... |
Rishabh Jain
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (gms, ...)
{
.External("gams", gms, ...)
}