Xinxin Yang's avatar
Xinxin Yang committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_tables.R
\name{output_df}
\alias{output_df}
\title{calculates the absolute and percentage changes between baseline and scenario.}
\usage{
output_df(b, s)
}
\arguments{
\item{b}{basline.}

\item{s}{Scenario.}
}
\value{
a data frame.
}
\description{
calculates the absolute and percentage changes between baseline and scenario.
}