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 Feb. 28, 2025, 5:04 p.m.