An example output data of prep_alignment_table()
Source: R/toy_data_alignment_table.R
toy_data_alignment_table.Rd
Dataset imitating the output of prep_alignment_table()
function. Allows the
user to create plots without PACTA_analysis-like input data.
Examples
toy_data_alignment_table
#> # A tibble: 40 × 7
#> sector technology asset_class entity aligned_scen_temp perc_aum green_brown
#> <chr> <chr> <chr> <chr> <chr> <dbl> <chr>
#> 1 fossil_… coal equity portf… >1.8°C 0.101 High-carbon
#> 2 automot… hybrid equity portf… >1.8°C 0.00101 High-carbon
#> 3 power oil equity portf… >1.8°C 0.0101 High-carbon
#> 4 power renewables equity portf… >1.8°C 0.0506 Low-carbon
#> 5 fossil_… oil equity portf… 1.5-1.8°C 0.203 High-carbon
#> 6 automot… ice equity portf… 1.5-1.8°C 0.00101 High-carbon
#> 7 fossil_… gas equity portf… <1.5°C 0.101 High-carbon
#> 8 automot… electric equity portf… <1.5°C 0.00101 Low-carbon
#> 9 power coal equity portf… <1.5°C 0.0506 High-carbon
#> 10 power gas equity portf… <1.5°C 0.0101 High-carbon
#> # ℹ 30 more rows