Nothing
source("helper/helper.R")
if (exists("lengths", envir = baseenv())) {
f = get("lengths", envir = baseenv())
expect_same = makeCompareFun(f, backports:::lengths)
expect_same(1:3)
expect_same(setNames(1:3, letters[1:3]))
expect_same(setNames(1:3, letters[1:3]), use.names = FALSE)
expect_same(iris)
}
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.