test_that("Test: remove_everything_after", {
res <- remove_everything_after(pattern = "l", x = "hello")
expect_equal(res, "he")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.