Nothing
test_that("strs_slice works", {
expect_equal(strs_slice("hello", start = -1L), "o")
expect_equal(strs_slice("hello", start = -1L, stop = 1L), "")
expect_equal(strs_slice("hello", start = -2L), "lo")
})
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.