Learn R Programming

icesTAF (version 3.6.0)

detach.packages: Detach Packages

Description

Detach all non-base packages that have been attached using library or taf.library.

Usage

detach.packages(quiet = FALSE)

Arguments

quiet

whether to suppress messages.

See Also

detach is the underlying base function to detach a package.

taf.library loads a package from bootstrap/library.

icesTAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
detach.packages()
}

Run the code above in your browser using DataLab