check_req_pkg: Check for required packages

View source: R/check_req_pkg.R

check_req_pkgR Documentation

Check for required packages

Description

Check whether required packages are installed.

Usage

check_req_pkg(pkg = NULL)

Arguments

pkg

a character vector containing names of packages to check

Value

there will be no output from this function. Rather, the function will check whether the packages given as inputs are installed.

Examples


check_req_pkg("data.table")
check_req_pkg(c("base", "utils", "ggplot2", "data.table"))



kim documentation built on Oct. 9, 2023, 5:08 p.m.