powered by
quietly() is a small function which suppresses any output
quietly()
quietly(x)
Returns x, but without any output
input to be suppressed
if (FALSE) { tmp <- quietly(print("hello")) }
Run the code above in your browser using DataLab