Nothing
test_that("strs_rfind works", {
expect_equal(strs_rfind("words", "r"), 3)
expect_equal(strs_rfind(c("words", "groovy"), "r"), c(3, 2))
expect_equal(strs_rfind(c("words", "groovy", "z"), "r"), c(3, 2, NA_integer_))
expect_equal(strs_rfind("wordswords", "r"), 8)
})
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.