Description Usage Arguments Value Examples
Executes the function provided while silencing the potential messages related to its execution
1 | utils_mute(fun, ...)
|
fun |
Function to execute as an expression. |
... |
Argument(s) to be passed to the function above for execution. |
Whatever the provided function in fun
returns.
1 2 3 4 | ## Not run:
utils_mute(message, "I'm not showing in console")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.