Nothing
test_that("online() works as expected", {
expect_equal(online(), curl::has_internet())
skip_if_offline()
expect_true(online())
})
test_that("using_host() works as expected", {
expect_true(using_host(Sys.info()["nodename"]))
expect_false(using_host("notarealhostname.biz"))
})
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.