ipak(pkg_list)

Arguments

pkg_list

A character vector with the package names

Value

None

Examples

if (FALSE) { pkg_list <- c("vegan", "ggplot2") ipak(pkg_list) }