test_that("str_to_vec works", {
expect_equal(str_to_vec("abcdef"), c("a", "b", "c", "d", "e", "f"))
expect_equal(str_to_vec(character()), character())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.