Skip to contents

Loads a list of libraries, installs when necessary - Take 2

Usage

libreq(..., repo = "https://cloud.r-project.org/")

Arguments

repo

string containing repo to be passed to install.packages

Examples

if (FALSE) {
libreq(tidyverse, lfe, estimatr)
}