filter_min_participation {CooRTweet} | R Documentation |
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)
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. |
Value
A data table with filtered rows based on the specified minimum participation.
[Package CooRTweet version 2.0.2 Index]