loadRda {arf3DS4} | R Documentation |
loadRda loads a standard .Rda file, and returns this object (instead of loading it directly in the R workspace).
loadRda(file)
file |
Filename |
loadRda assumes that only one object was saved. It cannot load an entire workspace.
Returns the object that was saved in the .Rda file.
Wouter D. Weeda - w.d.weeda@gmail.com