Learn R Programming

yulab.utils (version 0.1.7)

is.installed: is.installed

Description

Check whether the input packages are installed

Usage

is.installed(packages)

Value

logical vector

Arguments

packages

package names

Author

Guangchuang Yu

Details

This function check whether the input packages are installed

Examples

Run this code
is.installed(c("dplyr", "ggplot2"))

Run the code above in your browser using DataLab