Nothing
test_that("add_blank_row() works", {
expect_silent(
tbl <-
gtsummary::trial |>
tbl_demographics(
by = trt,
include = c(age, grade)
) |>
add_blank_row()
)
})
test_that("add_blank_row() messaging", {
expect_snapshot(
error = TRUE,
gtsummary::as_gtsummary(gtsummary::trial[1:5, 1:2]) |>
add_blank_row()
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.