Nothing
# skip()
# skip_on_cran()
# skip_on_ci()
stat <- api_status()
if(inherits(stat, "response")) skip("Server issues")
test_that("status",
{
expect_true(is.list(stat))
expect_gte(length(stat), 2)
})
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.