test_that("use", {
expect_true(is_ped_table(get_test_ped_table()))
expect_true(is_ped_table(ped_table = create_demo_ped_table()))
expect_false(is_ped_table("nonsense"))
expect_message(is_ped_table("nonsense", verbose = TRUE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.