mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 18:21:49 +02:00
(v1.3.0.9035) mdro() for EUCAST 3.2, examples cleanup
This commit is contained in:
@ -68,8 +68,7 @@ On our website \url{https://msberends.github.io/AMR} you can find \href{https://
|
||||
}
|
||||
|
||||
\examples{
|
||||
\dontrun{
|
||||
library(dplyr)
|
||||
if (require("dplyr")) {
|
||||
|
||||
# this will select columns 'IPM' (imipenem) and 'MEM' (meropenem):
|
||||
example_isolates \%>\%
|
||||
@ -92,9 +91,9 @@ On our website \url{https://msberends.github.io/AMR} you can find \href{https://
|
||||
format()
|
||||
|
||||
|
||||
data.frame(irrelevant = "value",
|
||||
data.frame(some_column = "some_value",
|
||||
J01CA01 = "S") \%>\% # ATC code of ampicillin
|
||||
select(penicillins()) # the 'J01CA01' column will be selected
|
||||
select(penicillins()) # only the 'J01CA01' column will be selected
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user