Nothing
# Source: https://github.com/r-lib/backports/blob/main/R/deparse1.R
# can be removed when R 4.0.0 is used
deparse1 <- function(expr, collapse = " ", width.cutoff = 500L, ...) {
paste(deparse(expr, width.cutoff, ...), collapse = collapse)
}
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.