Description Usage Arguments Value See Also
Function to return to top unique words for each topic by fitting an LDA model
1 2 | summarise_topics(dataframe, column, num_words = 3, exclude = "",
num_topics = 2)
|
dataframe |
dataframe or tibble of survey responses |
column |
string variable of free text responses which has a specified LDA model |
num_words |
integer denoting the number of top words to return for each topic |
exclude |
character vector of words to exclude from topic modelling |
num_topics |
integer denoting the number of distinct topics to assume are present. Defaults to 2 |
a dataframe, where each column is a topic and contains the most common words in those topics
Other topics: classify_topics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.