stfu: S.T.F.U.: Stop Text From turning Up

Description Usage Arguments Value Warning Examples

View source: R/misc-utils.R

Description

S.T.F.U.: Stop Text From turning Up

Usage

1
stfu(expr)

Arguments

expr

expression to evaluate in silence.

Value

Returns invisibly the result of expr.

Warning

Make sure to call this function always directly on the expression and never indirectly e.g. via pipes. Example: stfu(expr) is correct, but expr %>% stfu will not hide the output. However, the expr argument itself may contain pipes.

Examples

1
stfu(print("hi"))

hgvandenboorn/hgutils documentation built on Sept. 9, 2019, 2:50 a.m.