library(testthat)
# Works with one name
expect_that(hello("Hubert"), equals("Hello Hubert"))
# Works with two name
expect_that(hello(c("Hubert", "Toto")), equals("Hello Hubert"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.