Nothing
test_that("test.is_relistable.a_relistable_object.returns_true", {
expect_true(is_relistable(as.relistable(list(1, 2, 3))))
})
test_that("test.is_relistable.a_list.returns_false", {
expect_false(is_relistable(list(1, 2, 3)))
})
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.