View source: R/make_top_terms_table.R
make_top_terms_table | R Documentation |
Quickly make a top terms table from UMAP/Sentence Transformers/kMeans clusters
make_top_terms_table(df, group_var = cluster_name, text_var = mention_content)
df |
Data frame object with clusters/topics |
group_var |
cluster/topic variable |
text_var |
the text variable |
a data frame with tokens counted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.