1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-28 11:52:13 +02:00

(v1.6.0.9063) prepare new release

This commit is contained in:
2021-05-24 09:00:11 +02:00
parent 06302d296a
commit a13fd98e8b
64 changed files with 157 additions and 107 deletions

View File

@@ -280,6 +280,7 @@ mo_fullname("S. pyogenes",
mo_is_yeast(c("Candida", "E. coli")) # TRUE, FALSE
# gram stains and intrinsic resistance can also be used as a filter in dplyr verbs
\donttest{
if (require("dplyr")) {
example_isolates \%>\%
filter(mo_is_gram_positive())
@@ -296,6 +297,7 @@ mo_taxonomy("E. coli")
mo_info("E. coli")
}
}
}
\seealso{
\link{microorganisms}
}