test_that("test-utils", {
expect_true(is.null(verbose_cat("Hello", "verbose" = FALSE)))
expect_output(verbose_cat("Hello", "verbose" = TRUE) == "Hello")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.