Nothing
"print.mc"<-function (x, ...) {
if (!inherits(x, "mc")) stop("Object must be of class 'mc'")
cat(x[[1]],"\nalpha:",x[[2]],"\n")
cat("Comparisons\n")
print(x[[3]])
}
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.