This is a wrapper to `save()` to append obejcts to existing .RData file. https://stackoverflow.com/questions/11813096/updating-an-existing-rdata-file
resave(..., list = character(), file)
... | A list of vectors separated by coma(,) |
---|---|
list | A charater vector list |
file | An existing .RData file on which append will be done. |