gams {gdxrrw}R Documentation

Run a GAMS model from R

Description

Run a GAMS model from R.

Usage

  gams(gms, ...)

Arguments

gms

Name of .gms file to run

...

Data inputs for the GAMS model

Value

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.

Note

A common problem is failure to find the GAMS system directory. Use igdx to troubleshoot and solve this problem.

Author(s)

Original coding by Rishabh Jain. Adopted and packaged by Steve Dirkse. Maintainer: R@gams.com

See Also

igdx, rgdx, wgdx

Examples

  ## Not run: 
    gams("trnsport.gms")
  
## End(Not run)

[Package gdxrrw version 0.0-4 Index]