arrow_sep | R Documentation |
Utility function for generating unicode arrow separators.
arrow_sep(towards = c("right", "left"), unicode = FALSE)
towards |
the direction the unicode arrow points towards |
unicode |
whether unicode arrows should be used. Does not work inside plots within knitted PDF documents. |
a string containing an unicode arrow surrounded by two spaces
arrow_sep("left") # left arrrow
arrow_sep("right") # right arrrow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.