1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:41:58 +02:00

(v1.4.0.9014) bugfix

This commit is contained in:
2020-11-09 15:18:36 +01:00
parent d3b1d33210
commit dd5a0319ef
16 changed files with 30 additions and 24 deletions

View File

@ -259,8 +259,10 @@ mo_fullname("S. pyogenes",
language = "nl") # "Streptococcus groep A"
# gram stains can be used as a filter
example_isolates \%>\%
filter(is_gram_positive())
if (require("dplyr")) {
example_isolates \%>\%
filter(is_gram_positive())
}
# other --------------------------------------------------------------------
# get a list with the complete taxonomy (from kingdom to subspecies)