R/emojis_df.R

#'@title Emoji Reference Dataframe
#'
#'@description
#'A dataframe containing emojis, their unicodes, and a brief text description.
#'
#'@docType data
#'@keywords datasets
#'@name Emojis
#'@usage Emojis
#'
#'@format A data frame with 3567 rows and five variables
#'The variables are as follows:
#'\describe{
#'    \item{unicode}{unicode for emoji as string}
#'    \item{words}{english phrase for emoji}
#'    \item{emoji}{emoji}
#'    \item{byte}{byte sequence for emoji}
#'    \item{nchar}{length of byte sequence}
#'}
#'
#'@source The data was sourced from \href{(https://unicode.org/emoji/charts/full-emoji-list.html}{unicode.org}.
#'
#'
#'@examples
#'head(Emojis)


NULL
Rkabacoff/emoji2text documentation built on May 3, 2019, 5:23 p.m.