Nothing
test_that("status codes", {
flag <- parse_status_code(200)
expect_true(flag)
expect_error(parse_status_code(400))
expect_error(parse_status_code(403))
})
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.