Nothing
test_that("env_exists missing env_name", {
testthat::skip_if_offline()
testthat::skip_on_cran()
expect_error(env_exists())
expect_equal(env_exists(NULL), FALSE)
expect_equal(env_exists(NA), FALSE)
})
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.