# test the basics
test_that("A message is present", {
capture.output(result <- environment_info("A unique message"))
expect_match(result, "A unique message")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.