shiny_topic: shiny topic word plot & radar plot

Description Usage Arguments Examples

View source: R/shiny_topic.R

Description

This function illustrates word plot of topic and radar chart in shiny.

Usage

1
shiny_topic(mallet_df, df)

Arguments

mallet_df

mallet_df

df

preprocessed_df

Examples

1
2
3
4
df_pre <- twitter_preprocess(twitter_df, ud_lang = "spanish", stopwords_lang = "es")
df_topics <- twitter_topic(df_pre, n_topic = 7)

shiny_topic(df_topics, df_pre)

BeaJJ/ComTxt documentation built on Dec. 17, 2021, 10:46 a.m.