emoji_get: Get an emoji image from its codepoint

View source: R/emoji_get.R

emoji_getR Documentation

Get an emoji image from its codepoint

Description

Get an emoji image from its codepoint

Usage

emoji_get(
  input,
  size = 72,
  cdn = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/"
)

Arguments

input

either a codepoint (without \U etc), or the result from emoji_search

size

the size of the resulting image (72, 36, 16)

cdn

location of the content delivery network to download emojis from

Value

list of images

Note

Adapted from rphylopic code by Scott Chamberlain

Author(s)

David L Miller


dill/emoGG documentation built on Feb. 3, 2023, 6:57 a.m.