Nothing
source("helper/helper.R")
if (exists("str2lang", envir = baseenv())) {
f = get("str2lang", envir = baseenv())
expect_same = makeCompareFun(f, backports:::str2lang)
expect_same("x[3] <- 1+4")
expect_same("log(y)")
expect_same("abc")
expect_same("1.375")
}
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.