Loads a list of libraries, installs when necessary
load_or_install.Rd
Loads a list of libraries, installs when necessary
Arguments
- wants
A list of R modules available on CRAN
- repo
string containing repo to be passed to install.packages
Examples
if (FALSE) {
load_or_install(c('tidyverse', 'Hmisc', 'glmnet'))
}