powered by
load_pkg Loads a list of packages. If a package requires installation, the function will install it from CRAN. Function is a CRAN only wrapper.
load_pkg(packagelist)
Vector of packages to load into R
Packages loaded into R
# NOT RUN { packagelist <- c("purrr", "readr") load_pkg(packagelist) # }
Run the code above in your browser using DataLab