ipak: Install and load multiple R packages

Description Usage Arguments Value Examples

View source: R/ipak.R

Description

Thanks to Steve Worthington https://gist.github.com/stevenworthington/3178163.

Usage

1
ipak(pkg_list)

Arguments

pkg_list

A character vector with the package names

Value

None

Examples

1
2
3
4
5
## Not run: 
pkg_list <- c("vegan", "ggplot2")
ipak(pkg_list)

## End(Not run)

kguidonimartins/minimalTemplate documentation built on Nov. 10, 2020, 5:15 p.m.