muffle | R Documentation |
Suppress messages and warnings
muffle(expr, ...) wuffle(expr, ...)
expr |
An expression to be evaluated |
... |
Additional arguments passed to |
muffle()
and wuffle()
are aliases for base::suppressMessages()
and base::suppressWarnings()
, respectively, except the names are shorter
and therefore quicker to write.
The result of expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.