Nothing
context("rex_mode")
test_that("rex_mode attaches .rex$env to the search_path", {
expect_false(".rex$env" %in% search())
rex_mode()
expect_true(".rex$env" %in% search())
rex_mode()
expect_false(".rex$env" %in% search())
})
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.