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)

Arguments

tap_data

A dataframe with t,x,y and buttonid columns

depress_threshold

The threshold for intertap distance

Value

A dataframe with feature values and the appropriate error message