View source: R/plot_group_bigrams.R
plot_group_bigrams | R Documentation |
Make a bigram network for each element of a grouping variable
plot_group_bigrams(data, group_var, text_var = mention_content, ...)
data |
Data frame or tibble object |
group_var |
The categorical variable to create plots for |
text_var |
Name of the text variable |
... |
Additional arguments for make_bigram_viz i.e. n = , top_n =, min = |
list of ggplot2 objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.