Skip to content

Commit

Permalink
Update main.R
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Axthelm <[email protected]>
  • Loading branch information
jdhoffa and AlexAxthelm authored Feb 20, 2024
1 parent 975de69 commit 36f63cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.R
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ geco_2022 <- dplyr::filter(geco_2022, .data$source == "GECO2022")
geco_2022 <- dplyr::mutate(
geco_2022,
scenario = dplyr::case_when(
grepl("1.5", .data$scenario) ~ "1.5C",
grepl(pattern = "1.5", x = .data$scenario) ~ "1.5C",
grepl("NDC", .data$scenario) ~ "NDC_LTS",
grepl("Ref", .data$scenario) ~ "Reference",
TRUE ~ NA_character_
Expand Down

0 comments on commit 36f63cf

Please sign in to comment.