arrow_sep: Unicode arrow separators

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Utility function for generating unicode arrow separators.

Usage

1
arrow_sep(towards = c("right", "left"), unicode = FALSE)

Arguments

towards

the direction the unicode arrow points towards

unicode

whether unicode arrows should be used. Does not work inside plots within knitted PDF documents.

Value

a string containing an unicode arrow surrounded by two spaces

Examples

1
2
arrow_sep("left") # left arrrow
arrow_sep("right") # right arrrow

CellBench documentation built on Nov. 8, 2020, 5:11 p.m.