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

documentation fix

This commit is contained in:
2022-11-05 08:18:06 +01:00
parent d20caae54b
commit 3b652983b7
4 changed files with 5 additions and 6 deletions

View File

@ -56,7 +56,7 @@ age_groups(ages, "children")
\donttest{
# resistance of ciprofloxacin per age group
if (require("dplyr")) {
if (require("dplyr") && require("ggplot2")) {
example_isolates \%>\%
filter_first_isolate() \%>\%
filter(mo == as.mo("Escherichia coli")) \%>\%