Skip to content
Prev 305819 / 398506 Next

Trap an error from a function

On Tue, Sep 18, 2012 at 5:35 PM, David Winsemius <dwinsemius at comcast.net> wrote:
Just to add - if the messages bother you (they would bother me since
normally an error message indicates the function aborted), you can add
argument silent = TRUE to the try() call.

Peter