Nothing
context("test-pipe.R")
test_that("pipe is loaded and works", {
expect_equal({
c(1,2,3,4,5) %>%
mean()}, 3)
})
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.