restoreSession {RSurvey} | R Documentation |
This function restores local objects within the current R session.
restoreSession(path, save.objs, fun.call)
path |
a full path name; if missing a folder browser pop up dialog box is implemented. |
save.objs |
the name of local objects to preserve during the recompiling process. |
fun.call |
the name of the function to call after restoring the session (optional). |
An updated R session compiled from ‘.R’ source code files located in path
and
its recursive directories.
Restoring srvy.dat
and tran.dat
clears their components.
Fisher, J. C.
## Not run: restoreSession()