context("number of combinations")
test_that("only a single item is returned", {
expect_equal(length(memorids:::num_combinations()), 1)
})
test_that("the output in an integer", {
expect_is(memorids:::num_combinations(), "integer")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.