Shows the most frequent moment terms in a given dataframe of text.
Usage
moment_frequencies(df, text_var)
Arguments
- df
A dataframe where each row is a separate post.
- text_var
The variable containing the text you wish to explore.
Value
A plot showing the 10 most frequent terms for each moment.