SaveAsDlg: Save R Objects By Choosing a File Interactively
Description
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 fileUsage
SaveAsDlg(x, filename)
Arguments
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 save
.