text_vis_tf_idf: Visualise tf-idf output

Description Usage Arguments Value Examples

View source: R/text_vis_tf_idf.R

Description

Visualise tf-idf output

Usage

1
text_vis_tf_idf(tfidf_data, grouping_var, top_n = 10)

Arguments

tfidf_data

dataframe as produced by text_tf_idf_out function

grouping_var

a column name, with quotes (string) or without (tidyeval)

top_n

Top x number of words by tf-idf score

Value

ggplot2 plot

Examples

1
2
3

DataS-DHSC/consultations documentation built on Jan. 28, 2022, 1:56 a.m.