infoBox.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 info boxes.
infoBox(title, value = NULL, subtitle = NULL, icon = NULL, color = "aqua", width = 4, href = NULL, fill = FALSE, validate.color = FALSE)
title | title. |
---|---|
value | value. |
subtitle | subtitle. |
icon | icon may be a local image file url. |
color | character. |
width | column width. |
href | link. |
fill | logical, full color info box. |
validate.color | bypass |
an infoBox.
#not run