Skip to contents

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

if (FALSE) {
qlibrary(dplyr)
}