View source: R/zoom_chat_count.R
zoom_chat_count | R Documentation |
Count how many times each participants replies in the Zoom chat box and also group messages entries per participants.
zoom_chat_count( data, collapse = " ~ ", extract_id = FALSE, id_regex = "[:digit:]+" )
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 |
id_regex |
(Character) If |
A tibble with the following columns:
ID: If extract_id = TRUE
, this is the ID of the participants.
Name: Name of each participants
Message_Count: Counts of how many times each participants replies
Content: All replies of each participants, separated by collapse
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.