Nothing
test_that("lines_of_r_code() works", {
x <- test_path("scripts/lines")
expect_equal(lines_of_r_code(x), 6L)
expect_equal(lines_of_r_code(x, skip_empty = FALSE), 13L)
x <- test_path("scripts/lines/lines.R")
expect_equal(lines_of_r_code(x), 4L)
})
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.