test_that("main", {
scdf <- exampleABC
res <- describe(scdf)
a <- sum(res$descriptives[,-(1:2)])
b <- 2615.03644924563
expect_equal(a, b)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.