arrow {emoji} | R Documentation |
Insert Arrow emojis
Description
Insert Arrow emojis
Usage
arrow(direction)
Arguments
direction |
Character denoting the direction of the arrow. Should be one of “up”, “up-right”, “right”, “down-right”, “down”, “down-left”, “left”, “up-left”, “up-down”, or “left-right”. |
Details
This function is vectorized. Wrong input of direction
will result in NA
s.
#@return Character vector of emojis.
Examples
arrow("up-down")
arrow(c("up", "up", "down", "down", "left", "right", "left", "right"))
[Package emoji version 15.0 Index]