@karanam6uday wrote:
Hi,
I have two columns with dates in first column and values in second column. I would like to check if first column has dates in regular intervals.
data
Jan-2017 234
Mar-2017 567
Apr-2017 43
Jul-2017 987
Sep-2017 456I used zoo package and for loop to check regular interval. Is there any optimized solution to check regular intervals in R?
Posts: 1
Participants: 1