Displaying 1 result from an estimated 1 matches for "1065th".
Did you mean:
16065th
2008 Jul 28
1
Converting from char to POSIX:
...%d-%m-%y %H:%M:%S")
But then:
> str(delme3)
POSIXlt[1:9], format: "2008-01-30 08:48:21" "2008-01-30 08:55:17" ...
> length(delme3)
[1] 9
whie
> delme3[1065]
[1] "2008-06-09 18:25:46"
Where does the length 9 come from? How is it that I can get the 1065th
element of delme3 if the length is just 9? How can I get a vector of
POSIX elements with the same length as delme2 so that I can put it in a
data.frame?
Thanks!
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spa...