Nothing
test_that("report_s", {
expect_snapshot(report_s(s = 4.2), variant = "windows")
expect_snapshot(report_s(p = 0.06), variant = "windows")
})
test_that("report_s, arguments", {
expect_error(report_s())
expect_error(report_s(s = 1:2), "single value")
})
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.