context("Data exists")
library(platowork)
test_that("plato has the right dimensions", {
expect_equal(dim(plato), c(225, 6))
})
#> Test passed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.