Nothing
message.if <- function(me=NULL, verbose=0){
## Prints the message(s) if verbose is more than 0.
if(verbose>0)
for(m1 in me)
message(m1)
}
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.