Skip to content

Completely ignoring an error in a function...

3 messages · Jonathan Greenberg, Sarah Goslee, Pieter Schoonees

#
I'd wrap it in try() - the failing function will run, and you can
check after the fact whether it failed or not.

Sarah
On Wed, Oct 17, 2012 at 3:48 PM, Jonathan Greenberg <jgrn at illinois.edu> wrote:

  
    
#
Have a look at example(try) and demo(error.catching)