[R] don't stop when error occurs

Andy Bunn abunn at montana.edu
Thu Mar 18 15:39:15 CET 2004


You can do that easily with 'try'
?try
     'try' is a wrapper to run an expression that might fail and allow
     the user's code to handle error-recovery.
HTH, Andy




More information about the R-help mailing list