Description Usage Arguments Value Examples
Find emoji by alias, tag or full name. grep
is used for
the match, allowing some flexibility.
1 2 3 4 | find_emoji(str, type = c("alias", "tag", "description"), fixed = FALSE,
approximate = FALSE)
list_emoji(type = c("alias", "tag", "description"))
|
str |
String to search for |
type |
Field to look in - tag, alias or description |
fixed |
Use fixed string search? The default is a regular expression. |
approximate |
Use approximate string matches? |
Vector of possible aliases. These can be fed into
emoji
or used in string substitution/interpolation
for sub_emoji
.
1 2 3 4 | find_emoji("person")
find_emoji("person", "description")
emoji(find_emoji("person", "description"))
message(emoji(find_emoji("person", "description"), pad=TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.