show_emoji {ntfy} | R Documentation |
Show an emoji symbol, or find one by name
show_emoji(name = NULL, search = FALSE)
name |
name of emoji to either print or find |
search |
search the |
Emoji are loaded with data("emoji")
and the aliases
column
contains the names compatible with ntfy. Alternative names are
included in the tags
column and these will be searched if the
name is not found in aliases
.
nothing, just prints the emoji if one or more are found
show_emoji("dog")
show_emoji("party")