View source: R/wlo_new_slicer.R
my_wlos_slice | R Documentation |
Quick re-work of function ahead of going into work packages
my_wlos_slice(
df,
topic_var,
text_var,
top_n = 30,
nrow = 4,
top_terms_cutoff = 1500
)
df |
Data Frame or Tibble object |
topic_var |
The Grouping variable |
text_var |
The text variable |
top_n |
How many terms per group to plot, arranged by weighted-log odds ratio |
nrow |
How many rows to show the plot on |
top_terms_cutoff |
How many of the top-frequency terms to select top_n from |
list with viz and view objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.