context("test-get_rowdata")
x <- get_rowdata(scmisc::sce)
test_that("get_rowdata works", {
expect_equal(dim(x), c(434, 4))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.