Skip to contents

Based on https://stackoverflow.com/a/44660688

Usage

use_pkg(..., strict = FALSE)

Arguments

...

string; package(s) to check if installed

strict

logical; strict requirements on package install?

Value

None

Examples

use_pkg("ggplot2", "dplyr")