mirror of
https://github.com/msberends/AMR.git
synced 2025-09-03 06:24:08 +02:00
(v1.7.1.9064) eucast 3.3 for mdro(), major change to repeated calling
This commit is contained in:
@@ -82,7 +82,7 @@ a \%like\% b[1]
|
||||
# get isolates whose name start with 'Ent' or 'ent'
|
||||
example_isolates[which(mo_name(example_isolates$mo) \%like\% "^ent"), ]
|
||||
\donttest{
|
||||
# faster way, only works in R 3.2 and later:
|
||||
# faster way, since mo_name() is context-aware:
|
||||
example_isolates[which(mo_name() \%like\% "^ent"), ]
|
||||
|
||||
if (require("dplyr")) {
|
||||
|
Reference in New Issue
Block a user