Nothing
test_that("strs_removesuffix works", {
expect_equal(strs_removesuffix("words", "rds"), "wo")
expect_equal(strs_removesuffix("words", "wo"), "words")
expect_equal(strs_removesuffix(rep("words", 2), "rds"), rep("wo", 2))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.