context("caching")
test_that("cached binomial returns object as expected", {
confdt = cacheBinomConfIntervals(200,200,.95)
expect_is(confdt, "data.table")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.