Determine if a technology is increasing or decreasing
Source:R/increasing_or_decreasing.R
increasing_or_decreasing.Rd
This dataset provides a simple lookup table to determine if a technology is meant to increase or decrease to align with a scenario that predicts a less than 2 degree temperature rise.
Definitions
increasing_or_decreasing
(character): If the technology is increasing or decreasing, as defined by the Paris-aligned IEA scenarios., *sector
(character): The sector to which the technology belongs., *technology
(character): The technology sub-category within the sector.
Examples
head(increasing_or_decreasing)
#> # A tibble: 6 × 3
#> sector technology increasing_or_decreasing
#> <chr> <chr> <chr>
#> 1 automotive electric increasing
#> 2 automotive hybrid increasing
#> 3 automotive ice decreasing
#> 4 automotive fuelcell increasing
#> 5 power hydrocap increasing
#> 6 power renewablescap increasing