A shiny Module that contains the first step of the app,
namely the various ways to pull in tweets. Users must specifty 1 of 4 ways
to filter tweets, and hit "Pull Tweets!" button, which will pull in tweets
and display as a table. Once table is loaded, it is saved as the R6 object's
data
field.
1 2 3 | mod_top_ui(id)
mod_top_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.