Learn R Programming

switchr (version 0.14.8)

switchrDontUnload: Get or set packages to not unload when flushing the system

Description

Get or set packages which should NOT be unloaded when flushing the system, e.g., when switching between libraries.

Usage

switchrDontUnload(value, add = TRUE)

Value

the set of packages switchr will not attempt to unload which changing contexts (after setting it, if value is missing)

Arguments

value

The packages to not unload when switching libraries.

add

Should value be added to the existing list?