Skip to contents

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.

See also

Other voluntary markets: co2_cad_trust(), co2_offsets_db()

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)
# }