load_packages | R Documentation |
Loads multiple packages
load_packages(packages)
packages |
A 'character' vector of packages to be installed |
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.
Nothing, loads packages
Jared P. Lander
load_packages('ggplot2')
load_packages(c('ggplot2', 'dplyr'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.