Skip to content

Commit

Permalink
Add back deleted pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Dec 11, 2024
1 parent c7cc5f0 commit 16b38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input-comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ prepare_anc_spectrum_comparison <- function(anc, shape, pjnz) {
dat |>
dplyr::mutate(
sex = "female", age_group = "Y015_049",
group = "anc_adult_female")
group = "anc_adult_female") |>
dplyr::select(indicator, area_name, year, group,
value_spectrum, value_naomi)

Expand Down

0 comments on commit 16b38d6

Please sign in to comment.