|
|
|
% 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 = 5, percent_change = 1)
|
|
|
|
}
|
|
|
|
\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
|
|
|
|
} |