Checks if Package is Installed

Usage

p_isinstalled(package)

Arguments

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

Checks if Package is Installed

Checks if Package is Installed

Description

Check if package is installed locally.

Examples

## <strong>Not run</strong>: # p_installed(pacman) # p_installed(fakePackage) # ## <strong>End(Not run)</strong>