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:
@ -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) %>%
|
||||
|
Reference in New Issue
Block a user