Nothing
## File Name: output.format1.R
## File Version: 1.07
output.format1 <- function( stringtype, label, rep.N=1, stringlength=70)
{
h1 <- paste( rep("\n", rep.N), collapse="")
cat(h1)
cat( paste( paste( rep( stringtype, stringlength ), collapse="") ) )
cat(h1)
cat(label)
cat(h1)
cat("\n")
}
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.