Nothing
test_that("Inc works", {
testdf <- data.frame(cases = rep(1, 5), pop = 10)
expect_identical(desc_Inc(testdf, p = 1), 0.5)
expect_identical(desc_Inc(testdf, p = 100), 50)
})
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.