Description Usage Arguments Details
Called from mod_mid, this module is responsible for retrieving the Lexicons
to be used for sentiment analysis. Everytime the lexicon is changed,
it directly edits the lexicons
field in R6 right away, without trigger.
1 2 3 | mod_mid_lexicons_ui(id)
mod_mid_lexicons_server(id, ta)
|
id |
The Module namespace |
ta |
TweetAnalysis object, to hold analysis process in R6. |
Currently it supports 3 lexicons + user-uploaded csv file
AFINN
Bing
nrc
User-uploaded csv: a dataframe with column names "word" & "value"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.