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 Nov. 28, 2024, 10:16 a.m.