Displaying 1 result from an estimated 1 matches for "illustart".
Did you mean:
illustarte
2009 Jul 16
2
Problem using strptime
Hello
I am trying to read a date and time from a file and convert them to POSIXct
using strptime()
the dates are stored in t which is a factor
This the code I am using to illustarte
> t[1]
[1] 07/14/2009 13:41:00
10 Levels: 07/14/2009 13:41:00 07/14/2009 13:42:00 ... 07/15/2009 07:12:00
> a=t[1]
> a
[1] 07/14/2009 13:41:00
10 Levels: 07/14/2009 13:41:00 07/14/2009 13:42:00 ... 07/15/2009 07:12:00
> a=t[[1]]
> a
[1] 07/14/2009 13:41:00
10 Levels: 07/14/2009 13:...