Skip to contents

Fetches the UK Emissions Trading Scheme Section 4 compliance report (verified emissions and allowance surrenders per account per scheme year), published annually by the UK Emissions Trading Registry after the 30 April reconciliation deadline.

Usage

co2_ukets(refresh = FALSE)

Arguments

refresh

Re-download? Default FALSE.

Value

A data frame with one row per account-year.

Examples

# \donttest{
op <- options(carbondata.cache_dir = tempdir())
uk <- co2_ukets()
#>  Resolving UK ETS Section 4 compliance report URL...
#>  Downloading 20250611_Compliance_Report_Emissions_and_Surrenders.xlsx...
options(op)
# }