mirror of
https://github.com/msberends/AMR.git
synced 2026-06-29 17:36:20 +02:00
Built site for AMR@3.0.1.9079: 03be4b8
This commit is contained in:
@@ -450,11 +450,11 @@ our_data_1st %>%
|
||||
#> 4 Klebsiella pneumoniae 319
|
||||
```
|
||||
|
||||
### Select and filter with antibiotic selectors
|
||||
### Select and filter with antimicrobial selectors
|
||||
|
||||
Using so-called antibiotic class selectors, you can select or filter
|
||||
columns based on the antibiotic class that your antibiotic results are
|
||||
in:
|
||||
Using so-called antimicrobial class selectors, you can select or filter
|
||||
columns based on the antimicrobial class that your antimicrobial results
|
||||
are in:
|
||||
|
||||
``` r
|
||||
|
||||
@@ -513,7 +513,7 @@ our_data_1st %>%
|
||||
#> 10 B_ESCHR_COLI S S S S
|
||||
#> # ℹ 2,714 more rows
|
||||
|
||||
# filtering using AB selectors is also possible:
|
||||
# filtering using antimicrobial selectors is also possible:
|
||||
our_data_1st %>%
|
||||
filter(any(aminoglycosides() == "R"))
|
||||
#> ℹ For `aminoglycosides()` using column GEN
|
||||
|
||||
Reference in New Issue
Block a user