% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{vars_dump}
\alias{vars_dump}
\title{Load variables from dump gdx files and return a data.table}
\usage{
vars_dump(res_fold, varname, scen_name)
}
\arguments{
\item{res_fold}{Path to the folder where the gdx files are}

\item{varname}{Name of the variable to load}

\item{scen_name}{Name of the scenarios to load}
}
\value{
A data.table with the variable
}
\description{
Load variables from dump gdx files and return a data.table
}