[Rd] Handling warning messages

2005-08-12 Thread Nikhil Shah
Hi, I have query regarding R & Rserve. In Rserve, there is a way to capture Errors by RSrvException class, but is there any way to capture warning messages? I have found that there is "warnings()" command in R, which lists the last warning message, but I am not able to get the warning message

Re: [Rd] Handling warning messages

2005-08-12 Thread Paul Roebuck
On Fri, 12 Aug 2005, Nikhil Shah wrote: > I have query regarding R & Rserve. In Rserve, there is a > way to capture Errors by RSrvException class, but is there > any way to capture warning messages? options(warn = 2) work for you? > I have found that there is "warnings()" command in R, which > l