powered by
Loads multiple packages
load_packages(packages)
Nothing, loads packages
A `character` vector of packages to be installed
Jared P. Lander
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.
load_packages('ggplot2') load_packages(c('ggplot2', 'dplyr'))
Run the code above in your browser using DataLab