qlibrary: wrapper for base::library() that automatically supresses...

View source: R/qlibrary.R

qlibraryR Documentation

wrapper for base::library() that automatically supresses package startup messages

Description

note that renv will not pickup dependencies loaded using this function and it is recommended to use something like withr::with_message_sink("/dev/null", library(dplyr)) instead

Usage

qlibrary(...)

Arguments

...

arguments passed to base::library()

Examples

## Not run: 
qlibrary(dplyr)

## End(Not run)


degauss-org/dht documentation built on Oct. 28, 2023, 1:20 a.m.