is_package_loaded: Check whether a package is loaded

View source: R/packages.R

is_package_loadedR Documentation

Check whether a package is loaded

Description

A simple check to see whether a package is loaded.

Usage

is_package_loaded(pkgs)

Arguments

pkgs

A string of length >= 1 of package names.

Value

TRUE if all packages are loaded and FALSE if one or more of the packages are not loaded.


edsandorf/gizmo documentation built on Oct. 7, 2022, 3:45 p.m.