arrow: Insert Arrow emojis

View source: R/arrow.R

arrowR 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 NAs.

#@return Character vector of emojis.

Examples

arrow("up-down")

arrow(c("up", "up", "down", "down", "left", "right", "left", "right"))

emoji documentation built on Oct. 30, 2024, 9:28 a.m.