Newer
Older
% 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{
Xinxin Yang
committed
prelinks(balance_detailed, p_biofuels = TRUE, products)
}
\arguments{
\item{balance_detailed}{A data frame.}
\item{p_biofuels}{boolean.}
Xinxin Yang
committed
\item{products}{products from dimdefs.xml}
}
\value{
links
}
\description{
function reads balance detailed, split it into "biofuels" and "non-biofuels"
}