load_packages {sensobol}R 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"))

[Package sensobol version 1.1.5 Index]