# dumb example just to prove we use testthat
test_that("Data lods", {
data("mercer.wheat.uniformity")
expect_equal(sum(mercer.wheat.uniformity$grain), 1974.32)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.