|
21 | 21 | #' example_transition_risk_emission_ep_product_des_analysis() |
22 | 22 | #' example_transition_risk_sector_ep_product_des_analysis() |
23 | 23 | #' example_transition_risk_ep_product_des_analysis() |
| 24 | +#' example_sector_product_best_case_worst_case() |
24 | 25 | example_emission_product_co2_des_analysis <- function() { |
25 | 26 | tribble( |
26 | 27 | # styler: off |
@@ -221,6 +222,46 @@ example_emission_product_best_case_worst_case <- function() { |
221 | 222 | ) |
222 | 223 | } |
223 | 224 |
|
| 225 | +#' @export |
| 226 | +#' @rdname example_emission_product_co2_des_analysis |
| 227 | +example_sector_product_best_case_worst_case <- function() { |
| 228 | + tribble( |
| 229 | + # styler: off |
| 230 | + ~companies_id, ~scenario, ~year, ~country, ~sector_category, ~sector_profile_equal_weight, ~sector_profile_best_case, ~sector_profile_worst_case, |
| 231 | + "comp_1", "1.5C RPS", 2030, "france", "high", 0.25, 0.25, 0.25, |
| 232 | + "comp_2", "1.5C RPS", 2030, "france", "high", 0.25, 0.25, 0.25, |
| 233 | + "comp_1", "1.5C RPS", 2030, "france", "high", 0.75, 0.75, 0.75, |
| 234 | + "comp_1", "1.5C RPS", 2030, "france", "medium", 0.10, 0.10, 0.10, |
| 235 | + "comp_1", "1.5C RPS", 2030, "france", "low", 0.15, 0.15, 0.15, |
| 236 | + "comp_1", "1.5C RPS", 2030, "france", "low", 0.55, 0.55, 0.55, |
| 237 | + "comp_1", "1.5C RPS", 2030, "france", NA_character_, 0.30, 0.30, 0.30, |
| 238 | + "comp_1", "NZ 2050", 2030, "france", "high", 0.45, 0.45, 0.45, |
| 239 | + "comp_1", "NZ 2050", 2030, "france", "medium", 0.60, 0.60, 0.60, |
| 240 | + "comp_1", "NZ 2050", 2030, "france", "medium", 0.40, 0.40, 0.40, |
| 241 | + "comp_1", "NZ 2050", 2030, "france", "low", 0.35, 0.35, 0.35, |
| 242 | + "comp_1", "NZ 2050", 2030, "france", "low", 0.75, 0.75, 0.75, |
| 243 | + "comp_1", "NZ 2050", 2030, "austria", "high", 0.35, 0.35, 0.35, |
| 244 | + "comp_1", "1.5C RPS", 2030, "austria", "high", 0.25, 0.25, 0.25, |
| 245 | + "comp_1", "1.5C RPS", 2030, "austria", "medium", 0.10, 0.10, 0.10, |
| 246 | + "comp_1", "1.5C RPS", 2030, "austria", "medium", 0.60, 0.60, 0.60, |
| 247 | + "comp_1", "1.5C RPS", 2030, "austria", "low", 0.15, 0.15, 0.15, |
| 248 | + "comp_1", "1.5C RPS", 2030, "austria", NA_character_, 0.30, 0.30, 0.30, |
| 249 | + "comp_1", "NZ 2050", 2030, "austria", "high", 0.45, 0.45, 0.45, |
| 250 | + "comp_1", "NZ 2050", 2030, "austria", "medium", 0.60, 0.60, 0.60, |
| 251 | + "comp_1", "NZ 2050", 2030, "austria", "medium", 0.80, 0.80, 0.80, |
| 252 | + "comp_1", "NZ 2050", 2030, "austria", "low", 0.35, 0.35, 0.35, |
| 253 | + "comp_1", "NZ 2050", 2030, "austria", "low", 0.85, 0.85, 0.85, |
| 254 | + "comp_1", "NZ 2050", 2030, "austria", NA_character_, 0.75, 0.75, 0.75, |
| 255 | + "comp_1", "NZ 2050", 2030, "germany", "high", 0.45, 0.45, 0.45, |
| 256 | + "comp_1", "NZ 2050", 2030, "germany", "medium", 0.60, 0.60, 0.60, |
| 257 | + "comp_1", "NZ 2050", 2030, "netherlands", "high", 0.45, 0.45, 0.45, |
| 258 | + "comp_1", "NZ 2050", 2030, "netherlands", "medium", 0.60, 0.60, 0.60, |
| 259 | + "comp_1", "NZ 2050", 2030, "spain", "high", 0.45, 0.45, 0.45, |
| 260 | + "comp_1", "NZ 2050", 2030, "spain", "medium", 0.60, 0.60, 0.60 |
| 261 | + # styler: on |
| 262 | + ) |
| 263 | +} |
| 264 | + |
224 | 265 | #' @export |
225 | 266 | #' @rdname example_emission_product_co2_des_analysis |
226 | 267 | example_transition_risk_company_emission_avg_best_case_worst_case <- function() { |
|
0 commit comments