# Define test data
strings <- c("A", "B", "C", "D")
# Define tests
test_that("str_c2 returns a concatenated string", {
expect_warning(str_c2(strings))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.