Nothing
store<-function(object){
name=readline(prompt="Enter directory/file name: ")
df=data.frame(x=object$x,y=object$y,filtered=object$filtered)
if (name!="") {
write.csv(df,name,row.names=FALSE)
print(paste("storing",name))
}
}
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.