Nothing
test_that("collapse()", {
expect_identical(
collapse(list(1:3, letters[1:3]), 5:7, letters[5:7]),
"123abc567efg"
)
expect_identical(
collapse(1:3, letters[5:7], sep = "_"),
"1_2_3_e_f_g"
)
})
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.