infoBox: Override shinydashboard infoBox function

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
3
infoBox(title, value = NULL, subtitle = NULL, icon = NULL,
  color = "aqua", width = 4, href = NULL, fill = FALSE,
  validate.color = FALSE)

Arguments

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 shinydashboard:::validateColor.

Value

an infoBox.

Examples

1
#not run

leonawicz/apputils documentation built on May 13, 2019, 1:38 a.m.