library(template)
context("Fake test")
test_that("examplefunction can be run", {
output <- examplefunction("testing")
expect_match(output, "testing")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.