Summarize the range of CO2
Usage
summarize_co2_range(data)
Arguments
- data
Data frame. The product level result of the emissions indicator.
Value
A data frame with the columns
benchmark, tilt_subsector, min, max and all rows
where the column benchmark equals tilt_subsector.
Examples
data <- emissions_product
summarize_co2_range(data)
#> # A tibble: 2 × 4
#> benchmark tilt_subsector min max
#> <chr> <chr> <dbl> <dbl>
#> 1 tilt_subsector construction residential 1 2
#> 2 tilt_subsector something else 1 2