Learn R Programming

ubiquity (version 2.1.0)

system_req: Require Suggested Packages

Description

Used to ensure packages are loaded as they are needed for the stand alone distribution of ubiquity. If the ubiquity package is being used this function simply returns 'TRUE' if the packages are installed and FALSE if if not.

Usage

system_req(pkgs)

Value

Boolean result of the loaded (stand alone) or installed (package) status for all of the packages

Arguments

pkgs

character vector of package names to check