load_packages: load_packages

View source: R/loadPackages.r

load_packagesR Documentation

load_packages

Description

Loads multiple packages

Usage

load_packages(packages)

Arguments

packages

A 'character' vector of packages to be installed

Details

Allows the user to load multiple packages with one line of code. Delivers a message saying which packages have been loaded. If a user requests packages that are not installed there is an error.

Value

Nothing, loads packages

Author(s)

Jared P. Lander

Examples


load_packages('ggplot2')
load_packages(c('ggplot2', 'dplyr'))

useful documentation built on Oct. 24, 2023, 9:07 a.m.