Learn R Programming

sensobol (version 1.1.6)

load_packages: 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

Run this code
# Load packages:
if (FALSE) load_packages(c("tidyverse", "data.table"))

Run the code above in your browser using DataLab