"...man/load_dump_marg.Rd" did not exist on "c655edbcb87e59fe091a21defa41bb2093ef69e4"
Newer
Older
Hugo Scherer
committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{load_dump_marg}
\alias{load_dump_marg}
\title{`load_dump_marg()` loads any marginal from the dump gdx files}
\usage{
load_dump_marg(res_fold, scen_name, marginal)
}
\arguments{
\item{res_fold}{Path to the folder where the gdx files are}
\item{scen_name}{Name of the scenarios to load}
\item{marginal}{Name of the marginal to load}
}
\value{
A data.table with the marginal
}
\description{
`load_dump_marg()` loads any marginal from the dump gdx files
}