quietly {clintools} | R Documentation |
Quiet any output (quietly)
Description
quietly()
is a small function which suppresses any output
Usage
quietly(x)
Arguments
x |
input to be suppressed |
Value
Returns x, but without any output
Examples
## Not run:
tmp <- quietly(print("hello"))
## End(Not run)
[Package clintools version 0.9.10.1 Index]