Nothing
test_that(".rba_http_status works", {
expect_type(
object = .rba_http_status("200", verbose = TRUE),
type = "character"
)
expect_regex(
obj = .rba_http_status("599", verbose = TRUE),
pattern = "redirection",
ignore.case = TRUE
)
expect_error(
object = .rba_http_status("999999", verbose = TRUE)
)
})
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.