check_package: Check package installation status

View source: R/check_package.R

check_packageR Documentation

Check package installation status

Description

check_package checks whether an R package is installed locally.

Usage

check_package(pkg = character())

Arguments

pkg

package being checked for.

Value

The function returns TRUE if the package is installed; FALSE if it is not.


BroVic/myRStuff documentation built on Jan. 31, 2024, 1:01 a.m.