2DegreesInvesting / tiltWebTool

APP: https://mauro-2dii.shinyapps.io/tiltwebtool/
https://2degreesinvesting.github.io/tiltWebTool/
GNU General Public License v3.0
0 stars 0 forks source link

Use the latest names in public-facing products #57

Open maurolepore opened 4 weeks ago

maurolepore commented 4 weeks ago

Links

withr::local_options(width = 1000)
file <- "https://docs.google.com/spreadsheets/d/e/2PACX-1vRTokzOvOz4_yNgV_1cQvFnAFOb78ARf7sH2CVCBTxeL1S8xuvdF4ipHdh7PPXCAaYqa_if0nduyS4M/pub?gid=0&single=true&output=csv"
file |> readr::read_csv(show_col_types = FALSE)
#> # A tibble: 9 × 7
#>   plot_name                          company_level title                                                                                                                                              title_code_friendly                                                                                    x_axis                   y_axis              legend                                                                                                                                                                                       
#>   <chr>                              <lgl>         <chr>                                                                                                                                              <chr>                                                                                                  <chr>                    <chr>               <chr>                                                                                                                                                                                        
#> 1 bar_plot_emission_profile()        TRUE          "Relative emission indicator for all products of company [name of the company] with the \"equal weight / best case / worst case\" assumption"      Relative emission indicator for all products of company [company_name] with the [mode] assumption      Share of low/medium/high Grouping categories Relative emission indicator, green = low, yellow = medium, red = high                                                                                                                        
#> 2 bar_plot_sector_profile()          TRUE          "Sector decarbonisation indicator for all products of company [name of the company] with the \"equal weight / best case / worst case\" assumption" Sector decarbonisation indicator for all products of company [company_name] with the [mode] assumption Share of low/medium/high Grouping categories Sector decarbonisation indicator,  green = low, yellow = medium, red = high                                                                                                                  
#> 3 bar_plot_transition_risk()         TRUE          "Transition risk indicator for all products of company [name of the company] with the \"equal weight / best case / worst case\" assumption"        Transition risk indicator for all products of company [company_name] with the [mode] assumption        Share of low/medium/high Grouping categories Transition risk indicator,  green = low, yellow = medium, red = high                                                                                                                         
#> 4 bar_plot_emission_profile()        FALSE         "Relative emission indicator for all products on portfolio level with the \"equal weight / best case / worst case\" assumption"                    Relative emission indicator for all products on portfolio level with the [mode] assumption             Share of low/medium/high Grouping categories Relative emission indicator, green = low, yellow = medium, red = high                                                                                                                        
#> 5 bar_plot_sector_profile()          FALSE         "Sector decarbonisation indicator for all products on portfolio level with the \"equal weight / best case / worst case\" assumption"               Sector decarbonisation indicator for all products on portfolio level with the [mode] assumption        Share of low/medium/high Grouping categories Sector decarbonisation indicator,  green = low, yellow = medium, red = high                                                                                                                  
#> 6 bar_plot_transition_risk()         FALSE         "Transition risk indicatorfor all products on portfolio level with the \"equal weight / best case / worst case\" assumption"                       Transition risk indicator for all products on portfolio level with the [mode] assumption               Share of low/medium/high Grouping categories Transition risk indidcator,  green = low, yellow = medium, red = high                                                                                                                        
#> 7 map_region_risk_emission_profile() FALSE         "Relative emission indicator per region with the \"equal weight / best case / worst case\" assumption"                                             Relative emission indicator per region with the [mode] assumption                                      <NA>                     <NA>                Relative emission indicator, a scale from green to red with the lightest green being the lowest relative emissions and the brightes red being the highest relative emissions                 
#> 8 map_region_risk_sector_profile()   FALSE         "Sector decarbonisation indicator per region with the \"equal weight / best case / worst case\" assumption"                                        Sector decarbonisation indicator per region with the [mode] assumption                                 <NA>                     <NA>                Sector decarbonisation indicator, a scale from green to red with the lightest green being the lowest sector reduction targets and the brightes red being the highest sector reduction targets
#> 9 map_region_risk_transition_risk()  FALSE         "Transition risk indicator per region with the \"equal weight / best case / worst case\" assumption"                                               Transition risk indicator per region with the [mode] assumption                                        <NA>                     <NA>                Transition risk indicator, a scale from green to red with the lightest green being the lowest transition risk and the brightes red being the highest transition risk

Created on 2024-06-11 with reprex v2.1.0