Nothing
`saveXls` <-
function() {
fileName <- tclvalue(tkgetSaveFile(filetypes="{{Excel Files} {.xlsx}} {{All files} *}"))
split <- strsplit(fileName,".",fixed=TRUE)
fileXls2 <<- paste(split[[1]][1],".xlsx",sep="")
assign("fileXls",fileXls,envir=.GlobalEnv)
tclvalue(fileXls) <<- fileXls2
if (!nchar(fileName)) {
tclvalue(fileXls) <<- c("")
tkmessageBox(message="No file was selected!")
}
}
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.