context("My hello tests...")
test_that("hello works",{
expect_equal(hello(), "Hello, world!")
expect_equal(nchar(hello()), 13)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.