| gams {gdxrrw} | R Documentation |
Run a GAMS model from R.
gams(gms, ...)
gms |
Name of |
... |
Data inputs for the GAMS model |
Data outputs from the GAMS model. This usage is deprecated: the
recommended procedure is to write GDX files from the GAMS models and
use the rgdx family of calls to bring the data into R.
A common problem is failure to find the GAMS system directory. Use
igdx to troubleshoot and solve this problem.
Original coding by Rishabh Jain. Adopted and packaged by Steve Dirkse. Maintainer: R@gams.com
## Not run:
gams("trnsport.gms")
## End(Not run)