catchToList {MMUPHin} | R Documentation |
Utility for catching warning/error messages
catchToList(expr)
expr |
an expression to run that can generate potential errors/warnings |
a list, capturing both the return value of the expression, as well
as generated erros/warnings (NULL
if no errors/warnings)