mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
(v0.7.1.9035) cephalosporins and unit tests
This commit is contained in:
@ -669,7 +669,7 @@ eucast_rules <- function(x,
|
||||
suppressWarnings(
|
||||
all_staph <- AMR::microorganisms %>%
|
||||
filter(genus == "Staphylococcus") %>%
|
||||
mutate(CNS_CPS = mo_fullname(mo, Becker = "all"))
|
||||
mutate(CNS_CPS = mo_name(mo, Becker = "all"))
|
||||
)
|
||||
if (eucast_rules_df[i, 3] %like% "coagulase-") {
|
||||
eucast_rules_df[i, 3] <- paste0("^(",
|
||||
|
Reference in New Issue
Block a user