Skip to content

Commit

Permalink
add HydroCap in Renewables
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine-Lalechere committed Jun 28, 2024
1 parent 9269eae commit f58e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prep_exposures_scorecard.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ wrangle_data_exposures_scorecard <- function(data) {
.data$ald_sector == "oil and gas" ~ "other_fossil_fuels",
.data$ald_sector == "oil_and_gas" ~ "other_fossil_fuels",
.data$technology %in% c("coalcap", "gascap", "oilcap") ~ "fossil_power",
.data$technology == "renewablescap" ~ "renewables_power",
.data$technology %in% c("renewablescap", "hydrocap") ~ "renewables_power",
TRUE ~ NA_character_
)
) %>%
Expand Down

0 comments on commit f58e235

Please sign in to comment.