valueBox.Rd
This and the apputils::icon functions override functions in the shiny and shinydashboard packages to provide the ability to display image file icons in value boxes.
valueBox(value, subtitle, icon = NULL, color = "aqua", width = 4, href = NULL, validate.color = FALSE)
value | value. |
---|---|
subtitle | subtitle. |
icon | icon may be a local image file url. |
color | character. |
width | column width. |
href | link. |
validate.color | bypass |
a valueBox.
#not run