restoreSession {RSurvey}R Documentation

Restore Session from Source Code Files

Description

This function restores local objects within the current R session.

Usage

restoreSession(path, save.objs, fun.call)

Arguments

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).

Value

An updated R session compiled from ‘.R’ source code files located in path and its recursive directories.

Note

Restoring srvy.dat and tran.dat clears their components.

Author(s)

Fisher, J. C.

See Also

source

Examples

## Not run: restoreSession()

[Package RSurvey version 0.4.5 Index]