ipak: Install and load multiple R packages. check to see if...

Description Usage Arguments Examples

Description

Install and load multiple R packages. check to see if packages are installed. Install them if they are not, then load them into the R session. source: https://gist.github.com/stevenworthington/3178163

Usage

1
ipak(pkg)

Arguments

pkg

character: list of R packages

Examples

1
2
pckgs <- c("here", "tidyverse", "glue", "secret", "RPostgreSQL")
ipak(pckgs)

shamindras/adventofcode2017 documentation built on May 14, 2019, 7:37 a.m.