Description Usage Arguments Value See Also
Wrapper for userFractionGaugeSliderUI for awareness KPI gauge & slider.
1 2 3 | awarenessGaugeUI(id,
hovertext = "Cutoff for percentage of in-sample awareness due to Morsel",
label = "Awareness", minval = 0, maxval = 100, val = 50)
|
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. |
A shiny tagList() containing a flexdashboard gauge and sliderInput.
awarenessGauge
, userFractionGaugeSliderUI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.