p_isinstalled {pacman}R Documentation

Checks if Package is Installed

Description

Check if package is installed locally.

Usage

p_isinstalled(package)

Arguments

package

Name of package you want to check. This can be quoted or unquoted.

Examples

## Not run: 
p_installed(pacman)
p_installed(fakePackage)

## End(Not run)

[Package pacman version 0.5.1 Index]