GitLab at IIASA

load_dump_par.Rd 601 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{load_dump_par}
\alias{load_dump_par}
\title{`load_dump_par()` loads any parameter from the dump gdx files}
\usage{
load_dump_par(res_fold, scen_name, param, names = NULL)
}
\arguments{
\item{res_fold}{Path to the folder where the gdx files are}

\item{scen_name}{Name of the scenarios to load}

\item{param}{Name of the parameter to load}

\item{names}{Names of the columns to load}
}
\value{
A data.table with the parameters
}
\description{
`load_dump_par()` loads any parameter from the dump gdx files
}