R/utils.R
get_left_right_events_and_tap_intervals.Rd
Curate the raw tapping data to get Left and Right events, after applying the threshold.
get_left_right_events_and_tap_intervals(tap_data, depress_threshold = 20)
tap_data | A dataframe with t,x,y and buttonid columns |
---|---|
depress_threshold | The threshold for intertap distance |
A dataframe with feature values and the appropriate error message