Nothing
test_that("str_left() returns the left side of a string", {
expect_equal(str_left("COVID-19", n = 5), "COVID")
expect_equal(str_left("a,b,c"), "a")
})
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.