search for: march_15

Displaying 1 result from an estimated 1 matches for "march_15".

Did you mean: march18
2011 May 11
1
selecting data from table with timestamp
...;2011-03-15 00:01:30"))]* but it gives me the list of the timestamp for that interval, but I want the complete data.table for that interval, not just the values of the TIMESTAMP column. Here is the script I use to read the table and select the timestamp interval: *full <- read.table("March_15.dat", sep=",",row.names=NULL, as.is=TRUE,skip=1, header=TRUE) minusrows <- full[-1:-2,] names(minusrows) timestamp <- minusrows[,1] timestamp3 <- timestamp[for(timestamp==as.character("2011-03-15 00:00:00" ) | timestamp==as.character("2011-03-15 00:01:30"...