isPackageInstalled: Checks if a package is installed or not

isPackageInstalledR 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

A character vector of package names.

...

Not used.

Value

Returns a logical vector.

Author(s)

Henrik Bengtsson

See Also

isPackageLoaded().


R.utils documentation built on Nov. 18, 2023, 1:09 a.m.