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(
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 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