Nothing
test_that("str_mid() returns a segment of character strings", {
expect_equal(str_mid("COVID-19", start = 2, n = 2), "OV")
expect_equal(str_mid("a,b,c", start = 2, n = 2), ",b")
})
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.