Nothing
test_that("ard_total_n() works", {
expect_snapshot(
ard_total_n(ADSL) |>
as.data.frame()
)
expect_snapshot(
error = TRUE,
ard_total_n(letters)
)
})
test_that("ard_total_n() follows ard structure", {
expect_silent(
ard_total_n(ADSL) |>
check_ard_structure(method = FALSE)
)
})
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.