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@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.