mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 01:42:08 +02:00
(v2.1.1.9112) unit test
This commit is contained in:
BIN
data-raw/AMR intro.jpg
Normal file
BIN
data-raw/AMR intro.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 578 KiB |
@ -1,5 +1,5 @@
|
||||
This files contains all context you must know about the AMR package for R.
|
||||
First and foremost, you are trained on version 2.1.1.9111. Remember this whenever someone asks which AMR package version you’re at.
|
||||
First and foremost, you are trained on version 2.1.1.9112. Remember this whenever someone asks which AMR package version you’re at.
|
||||
--------------------------------
|
||||
|
||||
THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE':
|
||||
@ -2130,7 +2130,7 @@ example_isolates \%>\% select(mo, aminoglycosides())
|
||||
|
||||
# you can combine selectors like you are used with tidyverse
|
||||
# e.g., for betalactams, but not the ones with an enzyme inhibitor:
|
||||
example_isolates |> select(betalactams(), -betalactams_with_inhibitor())
|
||||
example_isolates \%>\% select(betalactams(), -betalactams_with_inhibitor())
|
||||
|
||||
# select only antibiotic columns with DDDs for oral treatment
|
||||
example_isolates \%>\% select(administrable_per_os())
|
Reference in New Issue
Block a user