check_package {lvmisc} | R Documentation |
Checks whether a package is installed
Description
Checks whether a package is installed
Usage
check_package(x)
Arguments
x |
A character string with the package name |
Value
If all packages in x
are installed, returns TRUE
,
if not, returns the name of the non-installed package(s).
[Package lvmisc version 0.1.2 Index]