load_packages: Load a list of packages.

View source: R/load_packages.R

load_packagesR Documentation

Load a list of packages.

Description

Load packages and install them from CRAN if they aren't already available.

Usage

load_packages(pkgs = NULL, auto_install = F, update = F, verbose = F, ...)

Arguments

pkgs

Character vector of packages to load.

auto_install

Install any packages that could not be loaded.

update

Update packages where possible.

verbose

If T display more detailed information during execution.

...

Any additional parameters to pass through to install.packages()

Examples


# Load these 4 packages and install them if necessary.
load_packages(c("MASS", "SuperLearner", "tmle", "doParallel"),
              auto_install = TRUE)


ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.