This private function filters the result by the minimum number of repetitions required.
filter_min_repetition(x, result, min_repetition)
A data table with filtered rows based on the specified minimum repetition.
A data table from a coordination detection function
A data table containing the result data.
The minimum repetition threshold. Users with repetition count greater than this threshold will be retained.