test_that("data loads", {
expect_true(
all(vapply(im_core_dfs, is.data.frame, logical(1L)))
)
expect_true(
all(vapply(im_orig_dfs, is.data.frame, logical(1L)))
)
expect_true(
all(vapply(im_forums_dfs, is.data.frame, logical(1L)))
)
expect_true(
all(vapply(im_other_dfs, is.data.frame, logical(1L)))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.