Search found 1 match

by Ayman
6 years ago
Forum: Tools
Topic: Reading variables from GDX to R
Replies: 1
Views: 3676

Reading variables from GDX to R

I’m working on reading a GDX file into R. I was able to read the parameters as data frames but I’m having problems with reading variables. The command (rgdx) reads in the variables as lists in R with $val and $uels. I would like to match the indexes of the values with their sets in the uels so I can...