loadLib: Load Libraries

View source: R/loadLib.R

loadLibR Documentation

Load Libraries

Description

Load vector of libraries

Usage

loadLib(lib_v, silent_v = T)

Arguments

lib_v

character vector containing names of libraries to load

silent_v

boolean determining if library load messages should be printed or not.

Value

load libraries and (optionally) print any messages to console

Examples

loadLib(c("data.table", "ggplot2", "dplyr"))

weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.