A 'WhatsApp' chatlog that was parsed with parse_chat using anonymize = FALSE or anonymize = "add".
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 as.POSIXct. Standard format is "yyyy-mm-dd hh:mm". Is interpreted as UTC to be compatible with 'WhatsApp' timestamps.
endtime
Datetime that is used as the maximum boundary for exclusion. Is parsed with as.POSIXct. Standard format is "yyyy-mm-dd hh:mm". Is interpreted as UTC to be compatible with 'WhatsApp' timestamps.
keywords
A vector of keywords to be displayed, default is c("hello","world").
return_data
Default is FALSE, returns data frame used for plotting when TRUE.
exclude_sm
If TRUE, excludes the 'WhatsApp' System Messages from the descriptive statistics. Default is FALSE.