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:
@ -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)
|
||||
|
Reference in New Issue
Block a user