View source: R/summarize_chat.R
summarize_chat | R Documentation |
Creates a list of basic information about a single 'WhatsApp' chat log
summarize_chat(data, exclude_sm = FALSE)
data |
A 'WhatsApp' chat log that was parsed with |
exclude_sm |
If TRUE, excludes the 'WhatsApp' system messages from the descriptive statistics. Default is FALSE. |
A list containing:
1) The number of messages in the chat
2) The number of tokens in the chat
3) The number of participants in the chat
4) The date of the first message
6) The date of the last message
7) The total duration of the chat
8) The number of system messages in the chat
9) The number of emoji in the chat
10) The number of smilies in the chat
11) The number of links in the chat
12) The number of media in the chat
12) The number of locations in the chat
data <- readRDS(system.file("ParsedWhatsAppChat.rds", package = "WhatsR"))
summarize_chat(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.