libraries: Call multiple library statements at once

View source: R/package-related.R

librariesR Documentation

Call multiple library statements at once

Description

Attach a number of library packages at once

Usage

libraries(..., verbose = F, quoted = F)

Arguments

...

Package names

verbose

Logical whether to announce via message() what packages are being attached.

quoted

Logical whether package names supplied bare or quoted as character

Author(s)

Adrian Zetner

Examples


libraries(grid, jsonlite)
libraries("grid", "jsonlite", quoted = TRUE)
libraries(c("grid", "jsonlite"), quoted = TRUE)
libraries(grid, verbose = TRUE)


TheZetner/utilitarian documentation built on Aug. 13, 2022, 12:31 p.m.