Get configured gauge sectors for flexdashboard

getGaugeSectors()

Value

A gaugeSectors object for use with flexdashboard::gauge()

Examples

if (FALSE) { # \dontrun{
flexdashboard::gauge(
  value = 75,
  min = 0,
  max = 100,
  sectors = getGaugeSectors()
)
} # }