Skip to content
Prev 178923 / 398506 Next

library which convert dates

Grze? wrote:
Hi Gregorio,
I might be wildly wrong, but I think you want to read in dates like this:

mydatestrings<-c("00-06-05 00:00",...)
mydates<-strftime(mydatestrings,format=%y-%m-%d %H:%M)
myresult<-cut(mydates,breaks=3)

to get the year 2000 divided into thirds. Feel free to ignore this if I 
am wildly wrong.

Jim