View source: R/utils_helpers.R
insert_arrow | R Documentation |
Takes a value and returns an up arrow if positive, a down arrow if negative, and a horizontal arrows for zero.
insert_arrow(number = 0)
number |
a number |
For the arguments for valueBox, query '?shinydashboard::valueBox'.
arrow icon for valueBox
## Not run: arrow_direction(number = 0) arrow_direction(number = 1) arrow_direction(number = -1) arrow_direction(number = NA) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.