libraries: Load multiple libraries with one command

Description Usage Arguments Value Author(s) See Also Examples

View source: R/libraries.R

Description

loads multiple libraries in one line without massive printing to console.

Usage

1

Arguments

...

comma-separated library names without or with quotes. Or a character vector of library names.

Value

Nothing. Unloadable packs will throw errors.

Author(s)

Wanja Mössing

See Also

library()

Examples

1
2
3
4
wmR::libraries(data.table, lme4, ggplot2)
wmR::libraries('data.table', 'lme4', 'ggplot2')
packs <- c('data.table', 'lme4', 'ggplot2')
wmR::libraries(packs)

remichel/rmTools documentation built on Dec. 11, 2021, 6:59 a.m.