isPackageInstalled {R.utils} | R Documentation |
Checks if a package is installed or not.
## Default S3 method: isPackageInstalled(package, ...)
package |
The name of the package. |
... |
Not used. |
Returns a logical
.
Henrik Bengtsson (http://www.braju.com/R/)