1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00
This commit is contained in:
2023-01-21 11:47:02 +01:00
parent ee38689172
commit 79c8415d3e
13 changed files with 22 additions and 22 deletions

View File

@ -103,10 +103,10 @@ if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0")) {
)
)
# grouping in sir_calc_df() (= backbone of sir_sf())
# grouping in sir_calc_df() (= backbone of sir_df())
expect_true("ward" %in% (example_isolates %>%
group_by(ward) %>%
select(ward, AMX, CIP, gender) %>%
sir_sf() %>%
sir_df() %>%
colnames()))
}