Re: [R] warnng to an error....

2023-06-19 Thread akshay kulkarni
u, Yours sincerely, AKSHAY M KULKARNI > From: Bert Gunter > Sent: Saturday, June 17, 2023 > 11:28 PM To: akshay kulkarni Cc: R > help Mailing list Subject: Re: [R] > warnng to an error > What is class(x) ?? >

Re: [R] warnng to an error....

2023-06-19 Thread Martin Maechler
ing you, Yours sincerely, AKSHAY M KULKARNI > From: Bert Gunter > Sent: Saturday, June 17, 2023 > 11:28 PM To: akshay kulkarni Cc: R > help Mailing list Subject: Re: [R] > warnng to an error > What is class(x) ?? &

Re: [R] warnng to an error....

2023-06-17 Thread akshay kulkarni
, June 17, 2023 10:46 PM To: R help Mailing list mailto:r-help@r-project.org>> Subject: [R] warnng to an error Dear members, I have the following code: > FUN(OHLCDataEP[[63]]) Error in (class(x) == "xts") || (class(x) == "zoo") : '

Re: [R] warnng to an error....

2023-06-17 Thread akshay kulkarni
Dear Duncan, THankls a lot... THanking you, Yours sincerely, AKSHAY M KULKARNI From: Duncan Murdoch Sent: Saturday, June 17, 2023 11:36 PM To: akshay kulkarni ; R help Mailing list Subject: Re: [R] warnng to an error On 17/06/2023 1

Re: [R] warnng to an error....

2023-06-17 Thread Duncan Murdoch
On 17/06/2023 1:16 p.m., akshay kulkarni wrote: Dear members, I have the following code: FUN(OHLCDataEP[[63]]) Error in (class(x) == "xts") || (class(x) == "zoo") : 'length = 2' in coercion to 'logical(1)' traceback() 2: ygix(x, "c") at #9 1: FUN(OHLCDataEP[[63

Re: [R] warnng to an error....

2023-06-17 Thread Bert Gunter
> > but am bootless. > > PLease help... > > THanking you, > Yours sincerely, > AKSHAY M KULKARNI > > > From: R-help on behalf of akshay kulkarni < > akshay...@hotmail.com> > Sent: Saturday, June 17, 2023 10:46 PM &

Re: [R] warnng to an error....

2023-06-17 Thread akshay kulkarni
on behalf of akshay kulkarni Sent: Saturday, June 17, 2023 10:46 PM To: R help Mailing list Subject: [R] warnng to an error Dear members, I have the following code: > FUN(OHLCDataEP[[63]]) Error in (class(x) == "xts") || (class(x) == "zoo")

[R] warnng to an error....

2023-06-17 Thread akshay kulkarni
Dear members, I have the following code: > FUN(OHLCDataEP[[63]]) Error in (class(x) == "xts") || (class(x) == "zoo") : 'length = 2' in coercion to 'logical(1)' > traceback() 2: ygix(x, "c") at #9 1: FUN(OHLCDataEP[[63]]) > class(OHLCDataEP[[63]]) [1] "xts" "zoo" The f