scoreWidget: Server-side function for score element with title, gauge, and...

Description Usage Arguments See Also

View source: R/gating.R

Description

Server-side function for score element with title, gauge, and difference.

Usage

1
2
3
scoreWidget(input, output, session, score, color_cutoff, title = "Score",
  minRange = 0, maxRange = 100, symbol = "%",
  label = "Score vs. cutoff")

Arguments

input

Required for shiny modules' server functions.

output

Required for shiny modules' server functions.

session

Required for shiny modules' server functions.

score

numeric, score to be displayed

color_cutoff

numeric, cutoff between different colours for the gauge.

title

string, gauge's title.

minRange

numeric, gauge's minimum value.

maxRange

numeric, gauge's maximum value.

symbol

string, a symbol to pass through to userFractionGauge(); \'\' / empty by default.

label

string, title for valueBox

See Also

scoreWidgetUI csatWidget


IskanderBlue/morseldash documentation built on Oct. 30, 2019, 7:24 p.m.