mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 23:41:57 +02:00
(v1.5.0.9019) use functions without loading AMR pkg
This commit is contained in:
@ -85,7 +85,7 @@ On our website \url{https://msberends.github.io/AMR/} you can find \href{https:/
|
||||
# See ?example_isolates.
|
||||
|
||||
# this will select columns 'IPM' (imipenem) and 'MEM' (meropenem):
|
||||
example_isolates[, c(carbapenems())]
|
||||
example_isolates[, carbapenems()]
|
||||
# this will select columns 'mo', 'AMK', 'GEN', 'KAN' and 'TOB':
|
||||
example_isolates[, c("mo", aminoglycosides())]
|
||||
|
||||
|
Reference in New Issue
Block a user