test_that("assert_character() works", {
expect_snapshot(error = TRUE, {
assert_character(1L, "universe")
assert_character(c("bla", "blop"), "universe")
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.