Nothing
# Added '...' to some base functions. These will later be
# turned into default functions by setMethodS3().
write <- appendVarArgs(write)
if (exists("restart", mode="function")) {
restart <- NULL; rm(list="restart"); # To please R CMD check on R (>= 2.15.0)
restart <- appendVarArgs(restart)
}
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.