Displaying 1 result from an estimated 1 matches for "92475".
Did you mean:
2475
2008 Jul 09
4
Strptime/ date time classes
...t.
length(as.POSIXlt(datetimes)) #also equal to length(datetimes)
[1] 9
# Why isn't this 223960? Is it something to do with the class?
# This is the really puzzling bit (to me anyway)
a =(1:223960)[is.na(datetimes)]
# which gives
1462 14295 18744 50499 50500 92472 92473 92474 92475 92476
137525 137526 137527 171066 171067 192353
# 16 values
alldata[a,]
V1 V2
1462 19810329012000 0.983
14295 19900325014300 0.219
18744 19920329014300 0.246
50499 19960331013000 0.564
50500 19960331015700 0.563
92472 19970330010200 0.173
92473 19970330011400 0.172...