mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 22:22:03 +02:00
(v0.6.1.9046) ggplot fix
This commit is contained in:
@ -79,6 +79,8 @@ test_that("frequency table works", {
|
||||
Sys.time() - runif(5, min = 0, max = 60 * 60 * 24),
|
||||
units = "hours")))))
|
||||
|
||||
expect_output(print(freq(septic_patients$age)[,1:3]))
|
||||
|
||||
library(dplyr)
|
||||
expect_output(septic_patients %>% select(1:2) %>% freq() %>% print())
|
||||
expect_output(septic_patients %>% select(1:3) %>% freq() %>% print())
|
||||
|
Reference in New Issue
Block a user