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