Description Usage Arguments Value Author(s) See Also Examples
This function restores local objects within the current R session.
1 | RestoreSession(path, save.objs, fun.call)
|
path |
character. Directory pathname; if missing a folder browser pop up dialog box is implemented. |
save.objs |
character. Vector of local object names. These objects will be preserved during the recompiling process. |
fun.call |
character. Name of the function to call after restoring the session (optional). |
Used for the side-effect of an updated R session compiled from source code files (‘.R’)
located in path
and its recursive directories.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
RestoreSession()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.