test_that("number of df columns", {
expect_equal(ncol(wei), 2)
})
test_that("is a dataframe", {
expect_equal(is.data.frame(wei), T)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.