Description Usage Arguments Examples
View source: R/shiny_sentiment.R
This function illustrates word plot of topic and radar chart in shiny.
1 |
df |
sentiment data frame |
1 2 3 | df_pre <- twitter_preprocess(twitter_df, ud_lang = "spanish", stopwords_lang = "es")
df_sent <- twitter_sentiment(df_pre, language = "es", undesirable_words = "shit")
shiny_sentiment(df_sent)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.