Learn R Programming

survivalmodels (version 0.1.191)

requireNamespaces: Vectorised Logical requireNamespace

Description

Helper function for internal use. Vectorises the requireNamespace function and returns TRUE if all packages, x, are available and FALSE otherwise.

Usage

requireNamespaces(x)

Value

No return value.

Arguments

x

(character())
string naming the packages/name spaces to load.