Nothing
test_that("Error message should be given if x < 0", {
expect_error(single_prop_ci(-1, 100))
})
test_that("Error message should be given if x > n", {
expect_error(single_prop_ci(101, 100))
})
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.