Check for, install, and load CRAN and GitHub R packages
     
    
    Usage
    libri(..., verbose = TRUE)
 
    
    Arguments
- ...
- A list of unquoted R packages to install/load 
- verbose
- return summary of install, load, and preloaded 
 
    
    Value
    Checks to see whether packages are already installed or loaded. If not installed, will install. If already loaded, will skip loading. Otherwise, will load libraries and provide a quick summary.
     
    
    Examples
    if (FALSE) { # \dontrun{
libri(tidyverse, janitor, glue, maxsal/covid19india)
} # }