powered by
S.T.F.U.: Stop Text From turning Up
stfu(expr)
expression to evaluate in silence.
Returns invisibly the result of expr.
expr
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.
expr %>% stfu
# NOT RUN { stfu(print("hi")) # }
Run the code above in your browser using DataLab