mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 10:43:16 +02:00
MDRO, freq tables, new print format for tibbles
This commit is contained in:
@ -10,5 +10,7 @@ test_that("`like` works", {
|
||||
test_that("percentages works", {
|
||||
expect_equal(percent(0.25), "25%")
|
||||
expect_equal(percent(0.5), "50%")
|
||||
expect_equal(percent(0.500, force_zero = TRUE), "50.0%")
|
||||
expect_equal(percent(0.1234), "12.3%")
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user