Skip to content
Prev 7052 / 15274 Next

non-standard time-format conversion from data.frame to xts

Didn't I just get done suggesting that you construct a self-contained 
example?

Having different dates in different files is fine.  You still *know* 
what the date is when you load it in.  There are lots of options here.

One would be to paste() the date (that you know when loading) and the 
Time column together, then usinga full format string, as described in 
?strftime.

You'll have to do some work, but you'll have an answer.
\
    - Brian
On 12/08/2010 08:29 AM, Andres Susrud wrote: