writeGDX | R Documentation |
write a GDX file from a list containing symbol data and metadata
writeGDX(
writeList,
writeTo,
symbols = NULL,
compress = FALSE,
uelPriority = NULL,
mode = NULL
)
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. |
writeGDX(list(), tempfile(fileext=".gdx"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.