Nothing
testthat::test_that('http response produces error', {
load(testthat::test_path("test_data", "test_res_fail.rda"))
testthat::expect_error(detect_error(test_res_fail))
})
testthat::test_that('http response does not produce error', {
load(testthat::test_path("test_data", "test_res_success.rda"))
testthat::expect_error(detect_error(test_res_success), NA)
})
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.