mirror of
https://github.com/msberends/AMR.git
synced 2025-09-02 19:44:04 +02:00
dplyr 0.8.0 support, fixes #7
This commit is contained in:
@@ -89,11 +89,11 @@ septic_patients \%>\%
|
||||
if (!require(ggplot2)) {
|
||||
|
||||
data <- septic_patients \%>\%
|
||||
filter(mo == "ESCCOL") \%>\%
|
||||
filter(mo == as.mo("E. coli")) \%>\%
|
||||
resistance_predict(col_ab = "amox",
|
||||
col_date = "date",
|
||||
info = FALSE,
|
||||
minimum = 15)
|
||||
col_date = "date",
|
||||
info = FALSE,
|
||||
minimum = 15)
|
||||
|
||||
ggplot(data,
|
||||
aes(x = year)) +
|
||||
|
Reference in New Issue
Block a user