library(testthat)
test_that("data [PMP-TEST-008]", {
expect_is(pmplots_data(), "data.frame")
expect_is(pmplots_data_obs(), "data.frame")
expect_is(pmplots_data_id(), "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.