mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
new website, freq updates
This commit is contained in:
@ -31,7 +31,7 @@ test_that("frequency table works", {
|
||||
|
||||
expect_output(print(septic_patients %>% freq(age)))
|
||||
expect_output(print(septic_patients %>% freq(age, nmax = 5)))
|
||||
expect_output(print(septic_patients %>% freq(age, nmax = Inf)))
|
||||
expect_output(print(septic_patients %>% freq(age, nmax = Inf, markdown = FALSE)))
|
||||
expect_output(print(freq(septic_patients$age, nmax = Inf)))
|
||||
expect_output(print(freq(septic_patients$age, nmax = NA)))
|
||||
expect_output(print(freq(septic_patients$age, nmax = NULL)))
|
||||
|
Reference in New Issue
Block a user