powered by
Executes the function provided. Execution can be silenced via the verbose parameter.
verbose
utils_execute(verbose, fun, ...)
Boolean specifying whether to silence the function execution (FALSE) or not (TRUE).
FALSE
TRUE
Function to execute provided as an expression.
Argument(s) to be passed to the function above for execution.
Whatever the provided function returns.
# NOT RUN { utils_execute(TRUE, message, "I'm showing in console") # }
Run the code above in your browser using DataLab