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

(v1.6.0.9012) unit tests

This commit is contained in:
2021-04-27 11:28:17 +02:00
parent c5fff1c95c
commit 5e06b20d43
16 changed files with 44 additions and 41 deletions

View File

@ -88,7 +88,8 @@
#' # grouping on patients and microorganisms leads to the same results
#' # as first_isolate():
#' x <- example_isolates %>%
#' filter_first_isolate(include_unknown = TRUE)
#' filter_first_isolate(include_unknown = TRUE,
#' method = "episode-based")
#'
#' y <- example_isolates %>%
#' group_by(patient_id, mo) %>%