context("Sendis data expected dimensions")
test_that("sendis data frame has expected content",
{
expect_equal(dim(sendis)[1], 13278)
expect_equal(dim(sendis)[2], 24)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.