catchError {mcprogress} | R Documentation |
Allows an expression to be wrapped in try()
to catch error messages. Any
error messages are printed to the console using mcstop()
.
catchError(expr, ...)
expr |
An expression to be wrapped in |
... |
Optional objects to be tracked if you want to know state of objects at the point error messages are generated. |
Prints error messages during parallel processing. If there is no error, the result of the evaluated expression is returned.