test_that("relevant output", {
expect_s3_class(inputSLanalyzeR, "data.frame")
})
test_that("relevant output with respect to columns", {
expect_equal(ncol(inputSLanalyzeR), 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.