withWarnings {openPrimeRui} | R Documentation |
Evaluates an expression without throwing warning/errors.
withWarnings(expr)
expr |
Expression to evaluate |
Instead of throwing warnings/errors, the warnings/errors are returned in a list object, alongside with the results.
List containing values, warnings, and errors.