pkg_exists: Does R Package Exist

View source: R/utils.R

pkg_existsR Documentation

Does R Package Exist

Description

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.


umccr/gpgr documentation built on April 21, 2024, 1:16 a.m.