quiet_attach: attach packages w/o annoying messages

Description Usage Arguments Value Examples

Description

attach packages w/o annoying messages

Usage

1
quiet_attach(..., shhh = "failonly")

Arguments

...

package names, as characters. can be '...' or a vector

shhh

'failonly' (the default) or 'silent' or 'quiet' or 'loud'. throws exception if another value is supplied.

Value

nothing, used only for side-effects of attaching packages and producing console messages about (un)available packages you tried to attach (if shhh!='silent')

Examples

1
quiet_attach("dplyr", "lefftpack", "ballr", shhh="failonly")

lefft/lefftpack documentation built on May 8, 2019, 1:13 p.m.