load_packages {useful} | R 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'))
[Package useful version 1.2.6.1 Index]