Skip to content
Prev 4376 / 15274 Next

how to read in this time series csv file with both dates and times?

Here are a couple of possibilities assuming z is the result
of read.zoo:
V2     V3     V4
(03/02/09 03:00:00) 124.2 124.21 124.11
[1] 5
V2     V3     V4
(03/02/09 03:00:00) 124.2 124.21 124.11
On Mon, Jun 22, 2009 at 12:02 PM, Michael<comtech.usa at gmail.com> wrote: