Skip to content

Commit

Permalink
Update configTests.R
Browse files Browse the repository at this point in the history
Fixed another typo in configTests
  • Loading branch information
knoiva-indecon committed Jun 13, 2024
1 parent 9bc1d64 commit 93bca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/configTests.R
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ make_scaled_impact_plots <- function(

### Get iteration list
df_types <- df0 |>
group_by_at(.c("sector", "impactYear", "model_type")) |>
group_by_at(c("sector", "impactYear", "model_type")) |>
summarize(n=n(), .groups="drop") |> select(-c("n")) |>
mutate(label = sector |> paste0("_", impactYear))
# df_types |> glimpse()
Expand Down

0 comments on commit 93bca8b

Please sign in to comment.