mirror of
https://github.com/msberends/AMR.git
synced 2026-03-27 23:45:55 +01:00
Built site for AMR@3.0.1.9036: 4171d5b
This commit is contained in:
@@ -114,7 +114,7 @@ a %like% b[1]
|
||||
# \donttest{
|
||||
# get isolates whose name start with 'Entero' (case-insensitive)
|
||||
example_isolates[which(mo_name() %like% "^entero"), ]
|
||||
#> ℹ Using column 'mo' as input for `mo_name()`
|
||||
#> ℹ Using column 'mo' as input for `mo_name()` (`?AMR::mo_name()`)
|
||||
#> # A tibble: 106 × 46
|
||||
#> date patient age gender ward mo PEN OXA FLC AMX
|
||||
#> <date> <chr> <dbl> <chr> <chr> <mo> <sir> <sir> <sir> <sir>
|
||||
@@ -140,7 +140,7 @@ if (require("dplyr")) {
|
||||
example_isolates %>%
|
||||
filter(mo_name() %like% "^ent")
|
||||
}
|
||||
#> ℹ Using column 'mo' as input for `mo_name()`
|
||||
#> ℹ Using column 'mo' as input for `mo_name()` (`?AMR::mo_name()`)
|
||||
#> # A tibble: 106 × 46
|
||||
#> date patient age gender ward mo PEN OXA FLC AMX
|
||||
#> <date> <chr> <dbl> <chr> <chr> <mo> <sir> <sir> <sir> <sir>
|
||||
|
||||
Reference in New Issue
Block a user