Get emission factors for different energy sources

emissions_factors(collapse_renewables = TRUE)

Arguments

collapse_renewables

Combine hydroelectricity and other renewables into a single category.

Value

a tibble of values for emissions factors, in million metric tons of carbon dioxide per quad of energy.

See also

Examples

e_fac <- emissions_factors()
e_fac
#> # A tibble: 5 × 2
#>   fuel        emission_factor
#>   <ord>                 <dbl>
#> 1 Coal                   94.4
#> 2 Oil                    70  
#> 3 Natural Gas            53.1
#> 4 Nuclear                 0  
#> 5 Renewables              0