
Count Zoom Chat Message
zoom_chat_count.RdCount how many times each participants replies in the Zoom chat box and also group messages entries per participants.
Arguments
- data
a tibble with class "zoom_chat".
- collapse
(Character) deliminator character to separate each entries of participants
- extract_id
(Character) Whether to extract ID number from
Namecolumn or not.- id_regex
(Character) If
extract_id = TRUE, This would specify regular expression ({stringr}'s style) to extract ID.