tabulate_emissions_by | R Documentation |
Total, then spread, annual quantities
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") )
input_data |
(tabular) must have a column ending in |
... |
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() |
The last variable in ...
is used to spread (that is, to form new columns).
tabulate_emissions_by
: Tabulate ems_qty
tabulate_throughputs_by
: Tabulate tput_qty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.