Description Usage Arguments Examples
This function illustrates word plot of topic and radar chart in shiny.
1 | shiny_topic(mallet_df, df)
|
mallet_df |
mallet_df |
df |
preprocessed_df |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.