Bottom module A shiny Module, that contains the last step of the app, namely the resulting analysis, and a download button. The analysis output contains the information about the data & method feeding in, and of course, the sentiment score.
1 2 3 | mod_bot_ui(id)
mod_bot_server(id, ta)
|
id |
The Module namespace |
ta |
TweetAnalysis object, to hold analysis process in R6. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.