Skip to content

Commit

Permalink
Fixing typo in top regions logic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrsch committed Nov 25, 2024
1 parent fe6a93a commit 23c4dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/logic/top_regions_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ get_country_he <- function(
} else if (arrange_regions == "Substance") {
data_to <- sector_substance_data |>
filter(country == actual_country) |>
filter(substance == elected_substance) |>
filter(substance == selected_substance) |>
select(country, substance, matches("x\\d{4}")) |>
group_by(country, substance) |>
summarise(across(matches("x\\d{4}"), sum)) |>
Expand Down

0 comments on commit 23c4dc1

Please sign in to comment.