use_packs: Package (multiple) installing and loading function...

View source: R/use_packs.R

use_packsR Documentation

Package (multiple) installing and loading function use_packs takes a single command, a list of package names, and will install them, if not already installed, and then load them.

Description

Package (multiple) installing and loading function use_packs takes a single command, a list of package names, and will install them, if not already installed, and then load them.

Usage

use_packs(..., dependencies = TRUE, force = FALSE)

Arguments

...

one or more character strings of package names to be downloaded from the repositories

dependencies

a boolean; if TRUE dependency packages will also be installed, if FALSE dependency packages will not be installed

force

logical indicating whether packages should be forced to be installed/updated


mike-decarlo/augmentR documentation built on March 17, 2023, 11:05 a.m.