On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote:

> All that's really needed to cope with the situation is for R to
> drop that cycle of the loop, and resume with a new cycle.
>
> However, I'm wondering how to set this up. I've had a look at
> try(), and I'm not at all sure that it does what I would want.
> What I'd really like is something (inside the loop) on the lines of
>
>    on.error(maybe some parameters X) break
>
> where X might specify what sort of error or what function it comes
> from. Would setting
>
>   options(error = break )
>

I don't think so.  You may need to look at the new exception-handling code
(start with help(tryCatch)).

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to