load_packages: Load packages

View source: R/packages.R

load_packagesR Documentation

Load packages

Description

Load packages

Usage

load_packages(...)

Arguments

...

Unquoted package names separated by comma

Value

On success invisibly returns TRUE, otherwise an error.

Examples

load_packages(ggplot2)
testthat::expect_error(load_packages(ggplot3))

Deleetdk/kirkegaard documentation built on May 8, 2024, 12:27 a.m.