| gdxInfo {gdxrrw} | R Documentation |
Display all the information contained in a GDX file, along with some version & debugging info. The display format is copied from gdxdump.
gdxInfo(gdxName = NULL)
gdxName |
the name of the GDX file. If this argument is omitted, we display only the version info for the GDX library used |
A common problem is failure to load the external GDX libraries that
are required to interface with GDX data. Use igdx to
troubleshoot and solve this problem.
Original coding by Rishabh Jain. Adopted and packaged by Steve Dirkse. Maintainer: R@gams.com
gdxInfo();
## Not run: gdxInfo("trnsport.gdx");