Nothing
test_that("print works", {
expect_equal(
{
o <- get_series(template_test(), cache = T, debug = T)
p <- capture.output({
print(o)
})
length(p) > 30
},
T
)
})
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.