check_installed_package: check_installed_package

View source: R/check_installed_package.R

check_installed_packageR Documentation

check_installed_package

Description

Check if a package is installed. If not, throw an error message

Usage

check_installed_package(package_name, check = FALSE)

Arguments

package_name

the name of the package (quoted)

check

the function should work as a boolean operator

Value

Boolean value whether package is installed.

Examples

check_installed_package("dplyr")


vvmover documentation built on June 22, 2024, 10:46 a.m.