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).


verasls/lvmisc documentation built on Feb. 12, 2024, 8:21 a.m.