tabulate_quantities_by: Total, then spread, annual quantities

tabulate_emissions_byR Documentation

Total, then spread, annual quantities

Description

Total, then spread, annual quantities

Usage

tabulate_emissions_by(
  input_data,
  ...,
  digits = Inf,
  signif = Inf,
  verbose = getOption("verbose")
)

tabulate_quantities_by(
  input_data,
  ...,
  fill = 0,
  digits = Inf,
  signif = Inf,
  verbose = getOption("verbose")
)

tabulate_throughputs_by(
  input_data,
  ...,
  digits = Inf,
  signif = Inf,
  verbose = getOption("verbose")
)

Arguments

input_data

(tabular) must have a column ending in _qty

...

variables to group and spread by (see Details).

digits

(optional) round results to this many digits

signif

(optional) round results to this many significant digits

verbose

(logical)

fill

value for "empty cells"; see spread()

Details

The last variable in ... is used to spread (that is, to form new columns).

Functions

  • tabulate_emissions_by: Tabulate ems_qty

  • tabulate_throughputs_by: Tabulate tput_qty


BAAQMD/qtytools documentation built on June 30, 2022, 6:07 p.m.