test_that("test_function works", {
expect_equal(
object = test_function(x = 'test'),
expected = rep('test', times = 5)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.