Description Usage Arguments Details
A shiny Module that contains the second step of the app, namely the 3 customizable aspects of the sentiment analysis, broken up into their own module. After customization, users can initiate the analysis, which will be saved in ta R6 object. Finally, it triggers the "analyze-tweets" trigger.
1 2 3 | mod_mid_ui(id)
mod_mid_server(id, ta)
|
id |
The Module namespace |
ta |
TweetAnalysis object, to hold analysis process in R6. |
Child Modules
mod_mid_lexicons: Choose sentiment lexicons
mod_mid_negation_words: Carries out bigram negation adjustment
mod_mid_stop_words: Add/remove stop words
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.