Nothing
source("helper/helper.R")
if (exists("file.size", envir = baseenv())) {
f = get("file.size", envir = baseenv())
expect_same = makeCompareFun(f, backports:::file.size)
expect_same(R.home())
expect_same(file.path(R.home(), "COPYING"))
}
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.