shiny_sentiment: shiny sentiment word plot & radar plot

Description Usage Arguments Examples

View source: R/shiny_sentiment.R

Description

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

Usage

1

Arguments

df

sentiment data frame

Examples

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)

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