| hash_emoticons {lexicon} | R Documentation |
A data.table key containing common emoticons (adapted from Popular Emoticon List).
data(hash_emoticons)
A data frame with 75 rows and 2 variables
x. The graphic representation of the emoticon
y. The meaning of the emoticon
http://www.lingo2word.com/lists/emoticon_listH.html
## Not run:
library(data.table)
hash_emoticons[c(':-(', '0;)')]
## End(Not run)