top_n_terms: top_n_terms

Description Usage Arguments Value

View source: R/top_n_terms.R

Description

Displays the most frequent n words for each topic.

Usage

1
top_n_terms(long_labelled_data, text_var, top_n = 10)

Arguments

long_labelled_data

A long-styled labelled dataframe.

text_var

The text variable that the user wants to explore.

top_n

The number of terms to include. Default: 10

Value

A bar-chart visualising the top n words for each topic.


rosepeglershare/TagR documentation built on Dec. 31, 2020, 3:12 a.m.