R/helpers.R
requireNamespaces.Rd
Helper function for internal use. Vectorises the requireNamespace function and returns TRUE if all packages, x, are available and FALSE otherwise.
TRUE
x
FALSE
requireNamespaces(x)
(character()) string naming the packages/name spaces to load.
(character())