test_that("test tableau with gt", {
df <- sim_binom()
out <- gt_probs(df, title = "Title", subtitle = "Subtitle")
expect_s3_class(out, class = "gt_tbl")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.