writeGDX: writeGDX

View source: R/writeGDX.R

writeGDXR Documentation

writeGDX

Description

Function to write gdx files in R.

Usage

writeGDX(x,file,period_with_y = TRUE)

Arguments

x

A list of objects or a single object that should be written to a gdx file. The format is identical to what you get as output by using readGDX (all formats provided by readGDX are supported by writeGDX as well).

file

File name of the gdx file

period_with_y

Keep "y" in period dimension

Author(s)

Jan Philipp Dietrich

See Also

readGDX

Examples


## Not run: writeGDX(readGDX("input.gdx"),"test.gdx")




pik-piam/gdx documentation built on March 12, 2024, 10:30 a.m.