readGDX {gamstransfer}R Documentation

readGDX

Description

read a GDX file to a list without creating symbol or container objects

Usage

readGDX(loadFrom, symbols = NULL, records = TRUE)

Arguments

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.

Examples

read_list = readGDX(system.file("extdata", "trnsport.gdx", package = "gamstransfer"))

[Package gamstransfer version 3.0.3 Index]