detachPackage {R.utils}R Documentation

Detaches a packages by name

Description

Detaches a packages by name, if loaded.

Usage

## Default S3 method:
detachPackage(pkgname, ...)

Arguments

pkgname A character string of the package name to be detached.
... Not used.

Value

Returns (invisibly) TRUE if package was detached, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

detach().


[Package R.utils version 1.1.7 Index]