"man/db427ff349249f8767cd07bc92618218dcd5257d/man/rgdx.var.Rd" did not exist on "db427ff349249f8767cd07bc92618218dcd5257d"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{rgdx.var}
\alias{rgdx.var}
\title{Improved function to load variables from gdx files (from Renger in GAMSWorld forum)}
\usage{
rgdx.var(varname, scen_name, res_fold)
}
\arguments{
\item{varname}{Name of the variable to load}
\item{scen_name}{Name of the scenarios to load}
\item{res_fold}{Path to the folder where the gdx files are}
}
\value{
A data.table with the variable
}
\description{
Improved function to load variables from gdx files (from Renger in GAMSWorld forum)
}
\references{
https://forum.gamsworld.org/viewtopic.php?t=9966
}