Nothing
# internal function not to be called by users
# stop function that doesn't print call
stop2 <- function (...)
{
stop(..., call. = FALSE)
}
warning2 <- function (...)
{
warning(..., call. = 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.