context("Creating frequencies table")
test_that(
desc = "Returned object is a data frame.",
code = expect_is(object = preview_frequency_table(mtcars$am),
class = "matrix")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.