test_that(
"(l)mnchoose; test examples",
{
expect_equal(mnchoose(7, c(3, 2, 2)), 210)
expect_equal(lmnchoose(7, c(3, 2, 2)), log(210))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.