Nothing
test_that("limits works", {
expect_equal(limits("greater", 0.9), c(0.1, 1.0))
expect_equal(limits("less", 0.9), c(0, 0.9))
expect_equal(limits("two.sided", 0.9), c(0.05, 0.95))
})
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.