| SaveAsDlg {DescTools} | R Documentation |
SaveAsDlg displays the file.choose dialog to get a path/filename and uses save to write an external representation of R objects to the specified file
SaveAsDlg(x, filename)
x |
the name of the objects to be saved (as symbols or character strings). |
filename |
a (writable binary-mode) connection or the name of the file where the data will be saved (when tilde expansion is done). Must be a file name for save.image or version = 1. This is passed directly to the function |
Andri Signorell <andri@signorell.net>