Nothing
test_that("paste_dash works", {
expect_equal(paste_dash(2, 2), "2-2")
})
test_that("paste_snake works", {
expect_equal(paste_snake(2, 2), "2_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.