?try
On Mon, Aug 17, 2009 at 11:05 AM, Kaiyu Shen<ks280007 at ohio.edu>
wrote:> Hello folks:
> I am now writing a bash file to run the R script and I met a problem:
>
> There is one function in my script that could cause errors in some
> certain cases and I do want the script to resume, ignoring the error
> message. Is there any way that can handle this situation, like in C++,
> using catch and throw to get the error message and resume the code?
> Thanks for your help
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem that you are trying to solve?