resave.Rd
Updates an .Rdata file by adding the variables specified in ellipsis to the rdata file. No longer exported.
resave(..., list = character(), file)
... | Objects in work space. Will overwrite objects that already exist in file with the same name. |
---|---|
list | Option to pass objects in work space as a character vector. |
file | An (potentially already existing) rdata file to save objects specified by ellipsis into. |