SaveAs: Save R Objects By Choosing a File Interactively
Description
SaveAs 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
Usage
SaveAs(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