Skip to contents

Given a list of packages, check if installed and generate message, otherwise load package.

Usage

ru_load_library(pkgs)

Arguments

pkgs

A list of packages to check if installed and then load.

Value

'NULL' because packages are loaded.

Author

Yongwei Wang, yongwei.x.wang@viivhealthcare.com
Chris Rook, cr883296@gmail.com

Examples

library(repfun)
repfun::ru_load_library(c("dplyr", "haven", "magrittr", "r2rtf"))