Re: [R] Capturing the error information

2011-09-27 Thread Duncan Murdoch
On 11-09-27 5:39 AM, arunkumar wrote: Hi, I want to capture the error information without throwing it out. if i use try command it throws and also stores. and not able to get the error if i use tryCatch command. a="a" b=10 c=try(a/b) That's how. c has now captured the error informati

[R] Capturing the error information

2011-09-27 Thread arunkumar1111
Hi, I want to capture the error information without throwing it out. if i use try command it throws and also stores. and not able to get the error if i use tryCatch command. a="a" b=10 c=try(a/b) Please help -- View this message in context: http://r.789695.n4.nabble.com/Capturing-the-err