Fetches the UK ETS free-allocation table for stationary installations (OHA) published by DESNZ on GOV.UK. Filename includes a media GUID that changes when DESNZ republishes, so the package scrapes the stable publications landing page.
Usage
co2_ukets_allocations(sector = c("installations", "aviation"), refresh = FALSE)See also
Other compliance markets:
co2_california_caps(),
co2_california_prices(),
co2_rggi_allowances(),
co2_rggi_state_proceeds(),
co2_ukets()
Examples
# \donttest{
op <- options(carbondata.cache_dir = tempdir())
alloc <- co2_ukets_allocations()
#> ℹ Resolving UK ETS installations allocation URL...
#> ℹ Downloading uk-ets-allocation-table-april-2026.xlsx...
#> New names:
#> • `` -> `...1`
#> • `` -> `...2`
#> • `` -> `...3`
#> • `` -> `...4`
options(op)
# }