mirror of
https://github.com/msberends/AMR.git
synced 2025-12-15 15:50:21 +01:00
(v2.1.1.9186) replace antibiotics with antimicrobials!
This commit is contained in:
@@ -1230,7 +1230,7 @@ facet_sir <- function(facet = c("interpretation", "antibiotic"), nrow = NULL) {
|
||||
|
||||
if (tolower(facet) %in% tolower(c("SIR", "sir", "interpretations", "result"))) {
|
||||
facet <- "interpretation"
|
||||
} else if (tolower(facet) %in% tolower(c("ab", "abx", "antibiotics"))) {
|
||||
} else if (tolower(facet) %in% tolower(c("ab", "abx", "antimicrobials"))) {
|
||||
facet <- "antibiotic"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user