"...man/cal_percentage_change.Rd" did not exist on "8da342416dca667c64a525dd2c3304087bf33815"
Newer
Older
% 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.
}