powered by
Executes the function provided while silencing the potential messages related to its execution
utils_mute(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.
fun
# NOT RUN { utils_mute(message, "I'm not showing in console") # }
Run the code above in your browser using DataLab