Learn R Programming

CooRTweet (version 1.5.0)

filter_min_repetition: Filter the result by minimum repetition.

Description

This private function filters the result by the minimum number of repetitions required.

Usage

filter_min_repetition(x, result, min_repetition)

Value

A data table with filtered rows based on the specified minimum repetition.

Arguments

x

A data table from a coordination detection function

result

A data table containing the result data.

min_repetition

The minimum repetition threshold. Users with repetition count greater than this threshold will be retained.