load_packages: Load (and install) R packages.

View source: R/load_packages.R

load_packagesR Documentation

Load (and install) R packages.

Description

The function loads R packages. If the packages are not already in the local system, the function also downloads, installs and loads them.

Usage

load_packages(x)

Arguments

x

A character vector with the name of the packages to load.

Examples

# Load packages:
## Not run: load_packages(c("tidyverse", "data.table"))

arnaldpuy/sensobol documentation built on Feb. 24, 2024, 12:32 a.m.