Skip to content
Prev 5542 / 15274 Next

How to separate date and time into different columns?

A note about xts:

The time class layer is abstracted from the implementation. This  
allows for some very time specific manipulation without having to  
manage the underlying details.

Take a look at the xts docs and vignette.

Also, the functions .indexmon .indexyear etc correspond to the POSIXlt  
components. The xts object doesn't use this as a class, but this  
allows you access as if it did.

HTH
Jeff

Jeffrey A. Ryan
jeffrey.ryan at insightalgo.com

ia: insight algorithmics
www.insightalgo.com

On Jan 22, 2010, at 12:18 PM, "Brian G. Peterson"
<brian at braverock.com> wrote: