| emoji_glue | R Documentation |
Combine the power of glue::glue and emoji().
emoji_glue(..., .envir = parent.frame())
... |
[ For |
.envir |
[ |
emoji_glue() behaves in much the same way a lot of messaging apps work.
Anything inside a pair of : will be interpolated into an emoji.
You can think of emoji_glue() as being a shorthand for
glue("I love {emoji('taco')}s").
Block ending with * will be collapsed.
a glue::glue() string.
emoji_glue("I love :taco:s")
emoji_glue("one :heart:")
emoji_glue("many :heart*:")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.