guiSave {svGUI} | R Documentation |
This function is intended to be called by an object explorer context menu. It saves one or several objects to a .Rdata file.
guiSave(..., list = character(0), ascii = FALSE, version = NULL, envir = parent.frame(), compress = TRUE)
... |
The list of variables to save |
list |
Idem, but provided in a list |
ascii |
Should the data be written in ASCII or binary mode? |
version |
Which version of .Rdata to use |
envir |
From which environment objects should be retrieved? |
compress |
Do we compress the file? |
The path of the .Rdata file where variables are written.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...