Nothing
context("Injection")
test_that("Injected arguments on req$args get passed on.", {
r <- pr(test_path("files/filter-inject.R"))
expect_equal(r$call(make_req("GET", "/"))$body, jsonlite::toJSON(13))
})
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.