Nothing
skip_on_cran()
test_that("tbl_butcher()", {
tbl <- trial |>
tbl_uvregression(y = age, method = lm)
expect_true(
object.size(tbl) > object.size(tbl_butcher(tbl))
)
expect_equal(
tbl_butcher(tbl, "inputs") |> names(),
c("table_body", "table_styling", "inputs")
)
})
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.