mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 21:01:56 +02:00
(v1.3.0.9009) documentation update
This commit is contained in:
@ -89,7 +89,7 @@ x <- bug_drug_combinations(example_isolates,
|
||||
FUN = mo_gramstain)
|
||||
|
||||
x <- bug_drug_combinations(example_isolates,
|
||||
FUN = function(x) ifelse(x == "B_ESCHR_COLI",
|
||||
FUN = function(x) ifelse(x == as.mo("E. coli"),
|
||||
"E. coli",
|
||||
"Others"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user