Vader is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.
You can install the released version of vader from CRAN with:
install.packages("vader")
N.B. "Yesn't" is an internet neologism meaning "no", "maybe yes, maybe no", "didn't", etc.
library(vader) get_vader("I yesn't like it")
get_vader("I yesn't like it", incl_nt = F)
get_vader("I yesn't like it", neu_set = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.