Nothing
`savingRwd` <-
function() {
fileName <- tclvalue(tkgetSaveFile(filetypes="{{R images} {*.RData}} {{All files} *}"))
split <- strsplit(fileName,".",fixed=TRUE)
fileRwd <- paste(split[[1]][1],".Rdata",sep="")
assign("fileRwd",fileRwd,envir=.GlobalEnv)
tclvalue(SavefileName) <<- fileRwd
if (!nchar(SavefileName)) {
tclvalue(SavefileName) <<- 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.