Compares a scalar or data-frame sum against the CER Quarterly Carbon Market Report headline for the same quarter and measure. Warns on absolute percentage gap > 2% (default). Small gaps (sub-1%) are expected because ACCU project registers are retroactively revised between QCMR releases.
Arguments
- value
Numeric scalar or data frame. If a data frame, pass
sum_columnto pick which numeric column to sum.- quarter
Character, e.g.
"2024-Q4"or"2023-24".- measure
Character, matching a
measurevalue incer_qcmr_reference(). For example"accu_cumulative_issuances","safeguard_covered_emissions_mt","smc_issuances".- sum_column
Column name to sum when
valueis a data frame.- warn_pct
Warn if |pct_diff| > this threshold. Default 0.02.
References
Clean Energy Regulator (quarterly). Quarterly Carbon Market Report. https://cer.gov.au/markets/reports-and-data/quarterly-carbon-market-reports
See also
Other reconciliation:
cer_qcmr_reference()