Description Usage Arguments Value Examples
Executes the function provided. Execution can be silenced via the verbose
parameter.
1 | utils_execute(verbose, fun, ...)
|
verbose |
Boolean specifying whether to silence the function execution
( |
fun |
Function to execute provided as an expression. |
... |
Argument(s) to be passed to the function above for execution. |
Whatever the provided function returns.
1 2 3 4 | ## Not run:
utils_execute(TRUE, message, "I'm showing in console")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.