gams {gdxrrw}R Documentation

GAMS

Description

Execute GAMS model from R.

Usage

gams(gms, ...)

Arguments

gms
...

Author(s)

Rishabh Jain

Examples

##---- 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, ...)
  }

[Package gdxrrw version 0.0-1 Index]