Nothing
test_that("invalid handler", {
app <- new_app()
expect_error(
app$use("foobar"),
"Invalid presser handler"
)
expect_error(
app$get("/foo", 1:100),
"Invalid presser handler"
)
})
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.