Fetches the Berkeley GSPP Voluntary Registry Offsets Database, an
aggregator of Verra, Gold Standard, ACR, CAR, and ART TREES
project registrations and issuances. Released bimonthly under
CC BY 4.0.
Usage
co2_vrod(refresh = FALSE)
Arguments
- refresh
Re-download? Default FALSE. Each release has a
date-stamped filename; the package scrapes the landing page to
find the latest release on each call unless a cached copy exists.
Value
A data frame of project-level data.
Examples
# \donttest{
op <- options(carbondata.cache_dir = tempdir())
vrod <- co2_vrod()
#> ℹ Resolving latest VROD release...
#> ℹ Downloading Voluntary-Registry-Offsets-Database--v2026-02.xlsx (~16 MB)...
options(op)
# }