We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2782d commit cdd9feeCopy full SHA for cdd9fee
tests/testthat/test-epi_slide_opt_archive.R
@@ -173,10 +173,10 @@ test_that("epi_slide_opt.epi_archive gives expected results on example data; als
173
group_by(geo_value)
174
)
175
176
- mini_case_death_rate_archive_b <- mini_case_death_rate_archive %>%
177
- {
178
- as_tibble(as.data.frame(.$DT))
179
- } %>%
+ mini_case_death_rate_archive_b <-
+ mini_case_death_rate_archive$DT %>%
+ as.data.frame() %>%
+ as_tibble() %>%
180
mutate(age_group = "overall") %>%
181
as_epi_archive(other_keys = "age_group")
182
0 commit comments