Nothing
      ## File Name: load.Rdata.R
## File Version: 1.05
#****************************************
# load R data objects globally
load.Rdata <- function( filename, objname )
{
    d1 <- load( filename )
    eval( parse( text=paste( objname,  "<<- ", d1  ) ) )
}
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.