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