- data
A 'WhatsApp' chat log that was parsed with parse_chat
.
- 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 anytime
. 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 anytime
. Standard format is "yyyy-mm-dd hh:mm". Is interpreted as UTC to be compatible with 'WhatsApp' timestamps.
- min_occur
Minimum number of occurrences for emoji to be included in the plots. Default is 1.
- return_data
If TRUE, returns the subsetted data frame used for plotting. Default is FALSE.
- emoji_vec
A vector of emoji that the visualizations and data will be restricted to.
- plot
The type of plot that should be returned. Options are "heatmap", "cumsum", "bar" and "splitbar".
- emoji_size
Determines the size of the emoji displayed on top of the bars for "bar" and "splitbar", default is 10.
- font_family
Character string for indicating font family used to plot_emoji. Fonts might need to be installed manually, see font_import
.
- exclude_sm
If TRUE, excludes the 'WhatsApp' system messages from the descriptive statistics. Default is FALSE.