Learn R Programming

CooRTweet (version 2.0.2)

filter_min_participation: Filter the result by minimum participation

Description

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

Usage

filter_min_participation(x, result, min_participation)

Value

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

Arguments

x

The original data table where a preliminary filter is applied

result

A data table containing the result data from calc_group_combinations.

min_participation

The minimum activity threshold. accounts with participation count greater than this threshold will be retained in the final 'result' table.