emojis {emoji}R Documentation

Full List of Emojis

Description

This data set is the heart of the emoji package. It contains various information regarding all the avaiable emojis as of v15.0.

Usage

emojis

Format

tibble with 19 columns and nrow(emojis) rows

emoji

character representation of the emoji

name

name

group

group, e.g. "Smileys & People"

subgroup

sub group, e.g. "face-positive"

version

version where the emoji was introduced

points

Decimal Code Point(s)

nrunes

number of runes the emoji uses

runes

vector of unicode runes, i.e. hexadecimal representations prefixed with "U+"

qualified

Status of the emoji, can be one of 4 types; "component", "fully-qualified", "minimally-qualified", and "unqualified". See details for more.

vendor_* for apple ... windows

logical indicating if the given vendor supports the emoji

keywords

vector of keywords

keywords

vector of aliases

Details

The levels of qualified have the following meaining

Source

UnicodeĀ® Full Emoji Charts v15.0

UnicodeĀ® Emoji Charts v15.0

UnicodeĀ® Emoji Ordering, v15.0

https://github.com/github/gemoji

https://github.com/muan/emojilib

See Also

emoji_name emoji_keyword


[Package emoji version 15.0 Index]