View source: R/summarize_tokens_per_person.R
summarize_tokens_per_person | R Documentation |
Summarizing the distribution of tokens for sent messages
summarize_tokens_per_person(
data,
names = "all",
starttime = "1960-01-01 00:00",
endtime = "2200-01-01 00:00",
exclude_sm = FALSE
)
data |
A 'WhatsApp' chat log that was parsed with |
names |
A vector of author names that the plots will be restricted to. |
starttime |
Datetime that is used as the minimum boundary for exclusion. Is parsed with |
endtime |
Datetime that is used as the maximum boundary for exclusion. Is parsed with |
exclude_sm |
If TRUE, excludes the 'WhatsApp' system messages from the descriptive statistics. Default is FALSE. |
A summary of tokens per message distribution per author
data <- readRDS(system.file("ParsedWhatsAppChat.rds", package = "WhatsR"))
summarize_tokens_per_person(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.