Nothing
context("printHead")
test_that("printHead", {
expect_output(printHead(1:10), "...")
expect_output(printHead(as.list(1:10)), "...")
expect_output(printHead(iris), "...")
expect_output(printHead(matrix(runif(20), ncol = 2L)), "...")
})
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.