ScoreBox: ScoreBox UI module

Description Usage Arguments Details Value Author(s)

View source: R/ScoreBox.R

Description

Shiny UI Module for showing scores

Usage

1
2
3
ScoreBox(id, score.box.title = NULL, progress.bar.title = "Status",
  progress.bar.status = "primary", progress.bar.value = 0,
  knob.title = "Score", knob.value = 0, knob.color = "#8E44AD")

Arguments

id

Shiny id

score.box.title

header title of the score box

progress.bar.title

progress bar title

progress.bar.status

the status of the progress bar which determines the colors. Eg: "primary", "info", "warning", "danger", "success"

progress.bar.value

the value of the progress bar

knob.title

title of the knob

knob.value

value of the knob

knob.color

color of the knob

Details

Call via ScoreBox("your_id", ...)

Value

Shiny UI

Author(s)

Revanth Nemani, raynemani@gmail.com


RevanthNemani/riskProbeShiny documentation built on Feb. 8, 2020, 8:58 a.m.