Skip to contents

A static table of ACCU Scheme methods grouped by sector (Agriculture, Energy Efficiency, Landfill and Waste, Mining/Oil/Gas, Vegetation, Savanna, Blue Carbon, Transport). Built from the CER methods index at build time.

Usage

cer_accu_methods()

Source

Clean Energy Regulator ACCU Scheme methods index https://cer.gov.au/schemes/australian-carbon-credit-unit-scheme/accu-scheme-methods.

Value

A cer_tbl with columns method, sector, short_name, status, commenced, and source_url.

Details

Because the CER publishes methods as per-method PDFs on the Federal Register of Legislation rather than a machine-readable index, this function returns a package-embedded lookup. The status column captures post-Chubb Review changes: methods are flagged as "active", "expired", "suspended", or "under_review". Run cer_accu_projects() then unique(x$method) to cross-check against currently-registered projects.

Examples

m <- cer_accu_methods()
head(m)