Description Usage Arguments Value Examples
View source: R/sentimentAnalyzer.R
This function will help you extract the weight of emotions conveyed in a tweet
| 1 | sentimentAnalyzer(word_vec, details)
 | 
| word_vec | This is the corpus you want to extract the sentiments from | 
| details | (A TRUE/FALSE value): If TRUE you get a more robust distribution of these emotions. FALSE is summarised as Positive or Negative | 
a data frame object. A data frame of each emotions and their corresponding weight in text
| 1 | sentimentAnalyzer(doge$text, details = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.