1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

documentation update

This commit is contained in:
2023-05-27 10:39:22 +02:00
parent e1966503ee
commit 9591688811
128 changed files with 151 additions and 133 deletions

View File

@ -22,6 +22,15 @@ Like all data sets in this package, this data set is publicly available for down
}
\examples{
microorganisms.codes
# 'ECO' or 'eco' is the WHONET code for E. coli:
microorganisms.codes[microorganisms.codes$code == "ECO", ]
# and therefore, 'eco' will be understood as E. coli in this package:
mo_info("eco")
# works for all AMR functions:
mo_is_intrinsic_resistant("eco", ab = "vancomycin")
}
\seealso{
\code{\link[=as.mo]{as.mo()}} \link{microorganisms}