Nothing
context("use_r")
test_that("use_r() creates a .R file below R/", {
pkg <- scoped_temporary_package()
use_r("foo")
expect_proj_file("R/foo.R")
})
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.