git_emoji | R Documentation |
Get emoji(s) for Git commit messages by name.
git_emoji(name)
name |
A character vector of emoji names (e.g., |
A named character vector of emojis.
git_emoji("fire")
git_emoji(c("fire", "heart"))
try(git_emoji(c("Ethiopia", "UK", "Kenya")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.