isPackageInstalled {R.utils}R Documentation

Checks if a package is installed or not

Description

Checks if a package is installed or not.

Usage

## Default S3 method:
isPackageInstalled(package, ...)

Arguments

package The name of the package.
... Not used.

Value

Returns a logical.

Author(s)

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

See Also

isPackageLoaded().


[Package R.utils version 1.1.7 Index]