Skip to content

Problem with strptime

1 message · R. Michael Weylandt

#
Dates and times are notoriously tricky to get right and the fact that
the printed representation is so different from the internal (which is
basically just a count of seconds) doesn't really help: to make this
fully reproducible, could you supply us with the output of

dput(head(read.table("data1.txt",header=T,sep="\t"), 30))
dput(head(read.table("data2.txt",header=T,sep="\t"), 30))

as well?

Thanks!
Michael

On Sun, May 27, 2012 at 3:56 PM, Des Callaghan
<des.callaghan at ecostudy.co.uk> wrote: