Nothing
# for R versions < 4.0
# ignore the perl argument for regexec() if it's not supported (in R < 3.3); we
# use perl = TRUE only for speed in crack()
if (!'perl' %in% names(formals(regexec)))
regexec = function(..., perl) base::regexec(...)
has_fun = function(name, envir = baseenv()) exists(name, envir, inherits = FALSE)
if (!has_fun('isFALSE')) isFALSE = function(x) {
is.logical(x) && length(x) == 1 && !is.na(x) && !x
}
if (!has_fun('startsWith')) startsWith = function(...) xfun:::startsWith(...)
if (!has_fun('endsWith')) endsWith = function(...) xfun:::endsWith(...)
if (!has_fun('strrep')) strrep = function(...) xfun:::strrep(...)
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.