context("Check get_template() function")
test_that("Type of output",{
template <- get_template()
expect_is(template, "character")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.