I want to create a data.frame of time and date for a year.  I started with the 
idea of simply producing two vectors (time and date)

The first part ( time) is easy.
 rep(1:24, 365)

But how do I get a series of 24 dates for O1 January 2005 and repeat this to 31 
December 2005.

It should be easy but I don't see it.

Thanks 


      __________________________________________________________________
[[elided Yahoo spam]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to