Select a specific time range from sensor data.

filter_time(sensor_data, t1, t2)

Arguments

sensor_data

A data frame with a time column t.

t1

Start time.

t2

End time.

Value

Sensor data between time t1 and t2 (inclusive)