arrow | R Documentation |
Insert Arrow emojis
arrow(direction)
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”. |
This function is vectorized. Wrong input of direction
will result in NA
s.
#@return Character vector of emojis.
arrow("up-down")
arrow(c("up", "up", "down", "down", "left", "right", "left", "right"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.