Skip to contents

Returns projects with non-zero ACCU relinquishments. Useful for tracking voluntary cancellations and compliance obligations.

Usage

cer_accu_relinquishments(project_id = NULL)

Source

Clean Energy Regulator ACCU project register (CC BY 4.0).

Arguments

project_id

Optional character vector of project IDs.

Value

A cer_tbl with one row per project with accus_relinquished > 0.

Examples

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