context("data simulation")
test_that("stop when simulated data is not stored in a data frame", {
testthat::expect_is(simulate_data(), "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.