Nothing
test_that("interactive session can be forced ON, but only within temp scope", {
with_interactive(TRUE, {
expect_true(interactive())
})
with_interactive(FALSE, {
expect_false(interactive())
})
expect_false(interactive()) # FALSE during testthat
})
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.