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:
@ -90,7 +90,8 @@ if (require("dplyr")) {
|
||||
# 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) \%>\%
|
||||
|
Reference in New Issue
Block a user