R/utils.R
filter_time.Rd
Select a specific time range from sensor data.
filter_time(sensor_data, t1, t2)
A data frame with a time column t.
t
Start time.
End time.
Sensor data between time t1 and t2 (inclusive)