% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_tables.R
\name{nicetable}
\alias{nicetable}
\title{makes Beautiful Tables}
\name{nicetable_market_balances}
\alias{nicetable_market_balances}
\title{Makes a beautiful table for the market balances.}
\usage{
nicetable(tbl, subtit)
nicetable_market_balances(tbl, subtit)
}
\arguments{
\item{tbl}{A tbl data frame.}
......@@ -15,5 +15,5 @@ nicetable(tbl, subtit)
a beautiful table.
}
\description{
makes Beautiful Tables
Makes a beautiful table for the market balances.
}
% 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
}
......@@ -4,12 +4,14 @@
\alias{prelinks}
\title{function reads balance detailed, split it into "biofuels" and "non-biofuels"}
\usage{
prelinks(balance_detailed, p_biofuels = TRUE)
prelinks(balance_detailed, p_biofuels = TRUE, products)
}
\arguments{
\item{balance_detailed}{A data frame.}
\item{p_biofuels}{boolean.}
\item{products}{products from dimdefs.xml}
}
\value{
links
......
man/xml_data.Rd 0 → 100644
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_data.R
\name{xml_data}
\alias{xml_data}
\title{load coco tables and dimdefs from capri directory}
\usage{
xml_data(xml.dir)
}
\arguments{
\item{xml.dir}{xml directory}
}
\description{
load coco tables and dimdefs from capri directory
}