search for: atimefram

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

Did you mean: timefram
2011 May 11
1
selecting data from table with timestamp
Hi, I am using read.table to get this data that has a timestamp. The data is for many days, but I only want to run the code I wrote only for specific day/days/times. I can“t figure out how to select a timeframe from the list. I have tried using subset() and didn't work I then used: * timestamp[for(timestamp==as.character("2011-03-15 00:00:00" ) |