Nothing
options(warn=-1)
args = commandArgs(trailingOnly=TRUE)
oname = args[1]
files = args[-1]
stopifnot(length(files)>1)
fl = lapply(files, readRDS)
ans = do.call(rbind, fl)
saveRDS(ans, oname)
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.