Nothing
test_that("tbl_demographics() works", {
expect_silent(
tbl <-
gtsummary::trial |>
tbl_demographics(
by = trt,
include = c(age, grade)
)
)
})
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.