hash_emoticons {lexicon} | R Documentation |
Emoticons
Description
A data.table key containing common emoticons (adapted from Wikipedia's Page semi-protected 'List of emoticons').
Usage
data(hash_emoticons)
Format
A data.table with 144 rows and 2 variables
Details
x. The graphic representation of the emoticon
y. The meaning of the emoticon
License
https://creativecommons.org/licenses/by-sa/3.0/legalcode
References
https://en.wikipedia.org/wiki/List_of_emoticons
Examples
## Not run:
library(data.table)
hash_emoticons[c(':-(', '0:)')]
## End(Not run)
[Package lexicon version 1.2.1 Index]