read.gdx | R Documentation |
.gdx
file as quitte data frameread.gdx()
is a wrapper function for either gdxrrw::rgdx()
or
gamstransfer::readGDX()
that returns a quitte data frame.
read.gdx(
gdxName,
requestList.name,
fields = "l",
colNames = NULL,
factors = deprecated(),
squeeze = TRUE
)
gdxName |
Path to a |
requestList.name |
Name of the item to read. |
fields |
Fields to read from variables and equations. When using
gdxrrw, any of |
colNames |
String vector of column names to override dimension and field names. |
factors |
Deprecated. Do not use any more. |
squeeze |
If |
read.gdx()
will use gdxrrw::rgdx()
if gdxrrw is
installed and the option quitte_force_gamstransfer
is not TRUE
, otherwise
it will use gamstransfer::readGDX()
.
A quitte data frame.
Michaja Pehl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.