awarenessGaugeUI: Wrapper for userFractionGaugeSliderUI for awareness KPI gauge...

Description Usage Arguments Value See Also

View source: R/kpis.R

Description

Wrapper for userFractionGaugeSliderUI for awareness KPI gauge & slider.

Usage

1
2
3
awarenessGaugeUI(id,
  hovertext = "Cutoff for percentage of in-sample awareness due to Morsel",
  label = "Awareness", minval = 0, maxval = 100, val = 50)

Arguments

id

Module namespace.

hovertext

string, RLumShiny::tooltip's text parameter; displayed when cursor hovers over plot; not working currently.

label

string, label for KPI

minval

numeric, minimum value for slider.

maxval

numeric, maximum value for slider.

val

numeric, starting value for slider.

Value

A shiny tagList() containing a flexdashboard gauge and sliderInput.

See Also

awarenessGauge, userFractionGaugeSliderUI


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