Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{load_dump_scalar}
\alias{load_dump_scalar}
\title{`load_dump_scalar()` loads any scalar from the dump gdx files}
\usage{
load_dump_scalar(res_fold, scen_name, scalar)
}
\arguments{
\item{res_fold}{Path to the folder where the gdx files are}
\item{scen_name}{Name of the scenarios to load}
\item{scalar}{Name of the scalar to load}
}
\value{
A data.table with the scalar
}
\description{
`load_dump_scalar()` loads any scalar from the dump gdx files
}
\examples{
load_dump_scalar(res_fold = res_fold, scen_name = scen_name, scalar = "p_Nmin")
}