loadRda: Load an .Rda file into a specified object.
Description
loadRda loads a standard .Rda file, and returns this object (instead of loading it directly in the R workspace).Value
- Returns the object that was saved in the .Rda file.
Details
loadRda assumes that only one object was saved. It cannot load an entire workspace.