flushSession {switchr} | R Documentation |
flushSession
Description
Unload currently loaded packages from the current R session
Usage
flushSession(dontunload = switchrDontUnload())
Arguments
dontunload |
Non-base packages to ignore (not detatch/unload) |
Details
Attached packages are detached (and unloaded) first. After this is done, loaded packages, such as those imported by (previously) attached packages, are unloaded.
Finally, after all packages have been unloaded, native libraries loaded by those packages are unloaded (on systems where this is supported).
Value
NULL, called for its side-effect of unloading packages
Note
Failing to include switchr, any of its dependencies, or any base
packages (available as a vector in the switchDeps
object)
in dontunload
will result in undefined, likely erroneous behavior.
[Package switchr version 0.14.8 Index]