Learn R Programming

gamstransfer (version 3.0.7)

writeGDX: 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://transfer-r.readthedocs.io/en/latest/ for detailed documentation of this package.

Examples

Run this code
writeGDX(list(), tempfile(fileext = ".gdx"))

Run the code above in your browser using DataLab