mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 11:33:18 +02:00
support for French and Italian, added quote to freq
This commit is contained in:
@ -20,6 +20,7 @@ test_that("frequency table works", {
|
||||
expect_output(print(freq(septic_patients$age, markdown = TRUE), markdown = FALSE))
|
||||
expect_output(print(freq(septic_patients$age, markdown = TRUE), markdown = TRUE))
|
||||
expect_output(print(freq(septic_patients$age[0])))
|
||||
expect_output(print(freq(septic_patients$age, quote = TRUE)))
|
||||
|
||||
# character
|
||||
expect_output(print(freq(septic_patients$mo)))
|
||||
|
Reference in New Issue
Block a user