R.utils (version 0.5.5)

detachPackage: Detaches a packages by name

Description

Detaches a packages by name, if loaded.

Usage

## S3 method for class 'default}(pkgname, ...)':
detachPackageundefined

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

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

[object Object]

detach().


programming

Arguments