gdxInfo {gdxrrw}R Documentation

Display Information in a GDX File

Description

Display all the information contained in a GDX file, along with some version & debugging info. The display format is copied from gdxdump.

Usage

  gdxInfo(gdxName = NULL)

Arguments

gdxName the name of the GDX file. If this argument is omitted, we display only the version info for the GDX library used

Note

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.

Author(s)

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

See Also

igdx, rgdx, wgdx

Examples

  gdxInfo();
  ## Not run: gdxInfo("trnsport.gdx");

[Package gdxrrw version 0.0-3 Index]