Paul Roebuck wrote:
> 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?
Be careful. This will turn warn
On Sat, 13 Aug 2005, Henrik Bengtsson wrote:
> Paul Roebuck wrote:
>
> > 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(