1
0
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:
2019-05-31 20:25:57 +02:00
parent f03f71eced
commit 4ed27c7e7a
15 changed files with 287 additions and 191 deletions

View File

@ -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())