Description Usage Arguments Value Examples
View source: R/check_required_pkgs.R
Check the required packages and install them
1 | check_required_pkgs(pkgs_vec = c("data.table", "readxl", "readr", "bookdown"))
|
pkgs_vec |
a character vector contains names of required packages. |
None (invisible 'NULL')
1 2 3 | # library(antgreens)
# pkgs <- c('data.table', 'tidyverse', 'Rcpp')
# check_required_pkgs(pkgs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.