R/ipak.R
ipak.Rd
Thanks to Steve Worthington https://gist.github.com/stevenworthington/3178163.
ipak(pkg_list)
A character vector with the package names
None
if (FALSE) { pkg_list <- c("vegan", "ggplot2") ipak(pkg_list) }