readGDX | R Documentation |
read a GDX file to a list without creating symbol or container objects
readGDX(loadFrom, symbols = NULL, records = TRUE)
loadFrom |
name of the GDX file being read (string) |
symbols |
optional argument - vector of strings containing the symbol names to be read |
records |
optional logical argument - TRUE (default) to read the symbol records, FALSE to only read the meta data. Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package. |
read_list = readGDX(system.file("extdata", "trnsport.gdx", package = "gamstransfer"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.