Nothing
checkfile <- function(filename) {
if(!file.exists(filename))
stop(filename, " does not exist\n");
## note that path.expand is necessary for C procedures
return(path.expand(filename))
}
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.