quietly_run.Rd
This function is a wrapper that allows a function to be run quietly without the need to create a separate quiet function.
quietly_run(func, ...)
The function to be run.
Optional further arguments passed to the 'func' function.
The list result of the 'func' function with messages, warnings, and output captured.