Examples for 'flexdashboard::gauge'


Create a gauge component for a dashboard.

Aliases: gauge gaugeSectors

Keywords:

### ** Examples

library(flexdashboard)

gauge(42, min = 0, max = 100, symbol = '%', gaugeSectors(
  success = c(80, 100), warning = c(40, 79), danger = c(0, 39)
))
Error in loadNamespace(name): there is no package called 'webshot'

[Package flexdashboard version 0.6.2 Index]