GitLab at IIASA

prelinks.Rd 458 B
Newer Older
Xinxin Yang's avatar
Xinxin Yang committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_sankey.R
\name{prelinks}
\alias{prelinks}
\title{function reads balance detailed, split it into "biofuels" and "non-biofuels"}
\usage{
prelinks(balance_detailed, p_biofuels = TRUE)
}
\arguments{
\item{balance_detailed}{A data frame.}

\item{p_biofuels}{boolean.}
}
\value{
links
}
\description{
function reads balance detailed, split it into "biofuels" and "non-biofuels"
}