writeGDX {gamstransfer} | R Documentation |
writeGDX
Description
write a GDX file from a list containing symbol data and metadata
Usage
writeGDX(
writeList,
writeTo,
symbols = NULL,
compress = FALSE,
uelPriority = NULL,
mode = NULL
)
Arguments
writeList |
list containing symbol data and metadata |
writeTo |
name of the output GDX file |
symbols |
optional argument - vector of strings containing the symbol names to be read |
compress |
optional logical argument. TRUE to produce a compressed GDX file |
uelPriority |
Specify the priority UELs |
mode |
optional string argument to specify the write mode ("string", "mapped"). Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package. |
Examples
writeGDX(list(), tempfile(fileext=".gdx"))
[Package gamstransfer version 3.0.3 Index]