1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 20:21:47 +02:00

fix add_missing

This commit is contained in:
2026-04-21 20:48:43 +02:00
parent cd23422a5f
commit c2b9af94ff
38 changed files with 1165 additions and 972 deletions

View File

@@ -68,9 +68,11 @@ new_ab <- complete_tbl |>
) |>
mutate(name = paste0(substr(toupper(name), 1, 1), substr(name, 2, 999))) |>
mutate(name = gsub(" and ", "/", name)) |>
filter(name %unlike% "^Combinations",
name %unlike% "/beta[-]lactamase inhibitor",
name %unlike% "combinations") |>
filter(
name %unlike% "^Combinations",
name %unlike% "/beta[-]lactamase inhibitor",
name %unlike% "combinations"
) |>
arrange(name)
new_atcs <- new_ab |>