Skip to contents

Government purchase contracts under Emissions Reduction Fund auctions administered by the CER.

Usage

cer_accu_contracts(auction = NULL)

Source

Clean Energy Regulator Carbon Abatement Contract register (CC BY 4.0).

Arguments

auction

Optional character vector of auction identifiers (e.g. "ERF Auction 18").

Value

A cer_tbl with one row per contract.

Examples

# \donttest{
op <- options(cer.cache_dir = tempdir())
cer_accu_contracts()
options(op)
# }