Newer
Older
Xinxin Yang
committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_tables.R
\name{nicetable_supply_details}
\alias{nicetable_supply_details}
\title{makes Beautiful Table for the farm supply details}
\usage{
nicetable_supply_details(tbl, subtit, vector_list, abs = 0, percent_change = 0)
Xinxin Yang
committed
}
\arguments{
\item{tbl}{A tbl data frame.}
\item{subtit}{A character vector, subtitle for the output table.}
\item{vector_list}{Vector List in abs_col <- c("diff_supply", "diff_yield", "diff_level","diff_gross_value_added")
per_col <- c("supply", "yield", "level","gross_value_added", "volume")
"all", ""}
\item{abs}{A num.}
\item{percent_change}{a num}
}
\value{
a beautiful table.
}
\description{
makes Beautiful Table for the farm supply details
}