quiet | R Documentation |
Force a function to not print anything
quiet(x)
x |
A function invocation. |
whatever the function returns, but invisible.
quiet(cat(5))
quiet((function(x) {cat(x); x^2})(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.