1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 07:51:57 +02:00

(v0.7.1.9089) eucast file update

This commit is contained in:
2019-09-25 22:37:40 +02:00
parent 99d0fe76dd
commit b9f01d686e
12 changed files with 17 additions and 16 deletions

View File

@ -75,6 +75,7 @@ bug_drug_combinations <- function(x,
}
x <- x %>%
as.data.frame(stringsAsFactors = FALSE) %>%
mutate(mo = x %>% pull(col_mo) %>% FUN(...)) %>%
filter(mo %in% (freq(mo) %>%
filter(count >= minimum) %>%