Nothing
      context("Onload Environment")
env_errorist_names = c("captured_last_search_warning",
                       "op")
test_that("Environment Creation Test", {
  enable_errorist()
  expect_is(.errorist_env, "environment",
            "Verify that the errorist environment was setup")
  expect_true(all(env_errorist_names %in% ls(.errorist_env)),
              "Check that the environment is appropriately established.")
  disable_errorist()
})
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.