utils_mute: Mute a function call execution

Description Usage Arguments Value Examples

Description

Executes the function provided while silencing the potential messages related to its execution

Usage

1

Arguments

fun

Function to execute as an expression.

...

Argument(s) to be passed to the function above for execution.

Value

Whatever the provided function in fun returns.

Examples

1
2
3
4
## Not run: 
  utils_mute(message, "I'm not showing in console")

## End(Not run)

podcleaner documentation built on Jan. 12, 2022, 1:06 a.m.