detach.all: Detach all user-loaded packages

Description Usage Arguments Value Author(s) See Also Examples

Description

Detach all user-loaded packages

Usage

1
  detach.all(keep = getOption("defaultPackages"))

Arguments

keep

a vector of packages to not detach. Defaults to the packages that are automatically loaded upon system start, as well as Autoloads, base, and the .GlobalEnv

Value

invisibly returns the vector of package names that were detached

Author(s)

Mark Cowley, 2011-10-19

See Also

detach options

Examples

1
2
3
4
## Not run: 
detach.all()

## End(Not run)

drmjc/updateR documentation built on May 15, 2019, 2:41 p.m.