switchrNoUnload {switchr} | R Documentation |
Skip unloading of packages in session
Description
Set whether or not ANY packages are unloaded when switching libraries.
Usage
switchrNoUnload(value)
Arguments
value |
A logical value, or missing to return the current option |
Details
This should be set to TRUE when using switchr in the context of dynamic documents such as .Rnw and .Rmd files.
Value
A logical indicating whether or not calling flushSession
will skipped during the library switching process.
[Package switchr version 0.14.8 Index]