dataframeFromGdx: dataframeFromGdx

View source: R/dataframeFromGdx.R

dataframeFromGdxR Documentation

dataframeFromGdx

Description

Read data for a given symbol from a gdx file and return it as a dataframe.

Usage

dataframeFromGdx(symbolName, pathToGdx, ...)

Arguments

symbolName

The name of a symbol to be extracted from gdx.

pathToGdx

Path to a gdx file.

...

Additional arguments passed to gdxrrw::rgdx.

Details

This function is similar to gdxrrw::rgdx.param, but it also works for variables.

Value

A data frame with data about symbolName from the given gdx file. All columns are character vectors, except the last column which holds numeric values, because that is the format that rgdx returns.

Author(s)

Pascal Führlich

See Also

getPlotData


pik-piam/mip documentation built on April 5, 2024, 12:31 p.m.