Nothing
printFlush = function(...)
{
# x = print(...)
cat(...); cat("\n");
if (exists("flush.console")) flush.console();
}
indentSpaces = function(indent = 0)
{
if (indent>0)
{
spaces = paste(rep(" ", times=indent), collapse="");
} else
{
spaces = "";
}
spaces;
}
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.