check_package: Checks whether a package is installed

View source: R/abort.R

check_packageR Documentation

Checks whether a package is installed

Description

Checks whether a package is installed

Usage

check_package(x)

Arguments

x

A character string with the package name

Value

If all packages in x are installed, returns TRUE, if not, returns the name of the non-installed package(s).


lvmisc documentation built on June 22, 2024, 12:18 p.m.