Nothing
source("helper/helper.R")
f = get("dQuote", envir = baseenv())
expect_same = makeCompareFun(f, backports:::dQuote)
expect_same("foo")
if (getRversion() >= "3.6.0") {
expect_same("foo", q = TRUE)
expect_same("foo", q = FALSE)
}
f = get("sQuote", envir = baseenv())
expect_same = makeCompareFun(f, backports:::sQuote)
expect_same("foo")
if (getRversion() > "3.6.0") {
expect_same("foo", q = TRUE)
expect_same("foo", q = FALSE)
}
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.