Nothing
Sub.filename<-function(filename){
if(grepl(".xls",filename)){
name<-sub(".xls","",filename)
}
if(grepl(".xlsx",filename)){
name<-sub(".xlsx","",filename)
}
if(grepl(".csv",filename)){
name<-sub(".csv","",filename)
}
return(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.