Learn R Programming

survivalmodels (version 0.1.9)

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)

Arguments

x

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