quietly | R Documentation |
quietly()
is a small function which suppresses any output
quietly(x)
x |
input to be suppressed |
Returns x, but without any output
## Not run:
tmp <- quietly(print("hello"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.