install_packs: Multiple package installation (without loading) The...

View source: R/install_packs.R

install_packsR Documentation

Multiple package installation (without loading) The install_packs function takes a single command, a list of package names, and will install them, if not already installed.

Description

Multiple package installation (without loading) The install_packs function takes a single command, a list of package names, and will install them, if not already installed.

Usage

install_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.