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"))

sensobol documentation built on May 29, 2024, 10:05 a.m.