Check whether the input packages are installed

is.installed(packages)

Arguments

packages

package names

Value

logical vector

Details

This function check whether the input packages are installed

Author

Guangchuang Yu

Examples

is.installed(c("dplyr", "ggplot2"))
#>   dplyr ggplot2 
#>   FALSE   FALSE