Skip to contents

Checks if the specified R package exists on the local system.

Usage

pkg_exists(p)

Arguments

p

The R package to check for.

Value

TRUE if package exists, FALSE otherwise.