mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
cleanup and new intro logo
This commit is contained in:
@ -339,7 +339,7 @@ get_ab_from_namespace <- function(x, cols_ab) {
|
||||
# separate drugs, such as `AMX`
|
||||
val <- as.ab(val)
|
||||
} else {
|
||||
stop_("unknown antimicrobial agent (group): ", val, call = FALSE)
|
||||
stop_("unknown antimicrobial drug (group): ", val, call = FALSE)
|
||||
}
|
||||
x_new <- c(x_new, val)
|
||||
}
|
||||
|
Reference in New Issue
Block a user