View source: R/required_packages.R
required_packages | R Documentation |
Install/load the required packages from CRAN.
required_packages(...)
... |
packages names. |
required_packages
does not return a value, it only install and load the desired packages.
Cesar Gamboa-Sanabria
## Not run:
#If you need to install and load the tidyr, dplyr and ggplot2 packages, run the following line:
#required_packages(tidyr, dplyr, ggplot2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.