emoji | R Documentation |
This function starts by looking for exact matches in emoji_name
. If none is
found in emoji_name
then it looks in emoji_keyword
. emoji_keyword
can
produce more then 1 matches, which will lead to one being returned at random.
emoji(keyword)
keyword |
Character, either name or keyword. If more than one emoji has the specified keyword, will pick one at random. |
This function isn't vectorized and will thus only work with 1 keyword at a time.
emoji("smile")
emoji("taco")
set.seed(1234)
replicate(24, emoji("clock"))
replicate(10, emoji("flag"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.