Learn R Programming

lexicon (version 0.7.4)

hash_emoticons: Emoticons

Description

A data.table key containing common emoticons (adapted from Popular Emoticon List).

Usage

data(hash_emoticons)

Arguments

Format

A data frame with 75 rows and 2 variables

Details

  • x. The graphic representation of the emoticon

  • y. The meaning of the emoticon

References

http://www.lingo2word.com/lists/emoticon_listH.html

Examples

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

Run the code above in your browser using DataLab