Nothing
`printTrace` <-
function(mystr, sFile, InfoLevel, bAppend=TRUE, bStop=FALSE){
if (InfoLevel > 0) {
if (length(sFile) > 0) {
cat(mystr, file=sFile, sep="\n", fill=TRUE, labels=NULL, append=bAppend)
} else cat(mystr, sep="\n");
flush.console();
if (bStop) stop(mystr);
}
}
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.