Description Usage Arguments Value Examples
View source: R/data_process_tools.R
require_packages is function for librarying required packages and  installing missing packages if needed.
| 1 | require_packages(..., pkg = as.character(substitute(list(...))))
 | 
| ... | Packages need loaded | 
| pkg | A list or vector of names of required packages. | 
packages installed and library.
| 1 2 3 4 | ## Not run: 
require_packages(data.table, ggplot2, dplyr)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.