flag_speed_share {CooRTweet} | R Documentation |
flag_speed_share
Description
Function to update result based on a narrower time_window.
Usage
flag_speed_share(x, result, min_participation, time_window)
Arguments
x |
A data table from a coordination detection function |
result |
A data table containing the result data. |
min_participation |
The minimum participation threshold. Accounts with participation count greater than this threshold will be retained (default parameter equal to the one used in the detect_groups function). |
time_window |
The number of seconds within which shared contents are to be considered as coordinated according to the new time_window (default parameter equal to the one used in the detect_groups function). |
Details
This function identifies and marks the subset of results that match a more stringent time window.
Value
A results data table that includes an additional column set to 1 when the share corresponds with the new time_window, and 0 otherwise.