lexicon (version 1.2.1)

hash_emoticons: Emoticons

Description

A data.table key containing common emoticons (adapted from Wikipedia's Page semi-protected 'List of emoticons').

Usage

data(hash_emoticons)

Arguments

Format

A data.table with 144 rows and 2 variables

License

https://creativecommons.org/licenses/by-sa/3.0/legalcode

Details

  • x. The graphic representation of the emoticon

  • y. The meaning of the emoticon

References

https://en.wikipedia.org/wiki/List_of_emoticons

Examples

Run this code
# NOT RUN {
library(data.table)
hash_emoticons[c(':-(', '0:)')]
# }

Run the code above in your browser using DataCamp Workspace