Nothing
matitle <- function(x) {
tl <- options()$width - 7
##
if (!is.null(x$title))
if (x$title != "")
if (nchar(x$title) <= tl)
cat("Title: ", x$title, "\n\n", sep="")
else
cat("Title: ", substring(x$title, 1, tl - 4),
" ...\n\n", sep = "")
}
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.