Nothing
test_that("split_line_breaks works", {
expect_equal(split_line_breaks(c('a', 'b\nc')), c("a", "b", "c"))
})
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.