widgetRadioButtons: Encapsulates a Shiny 'radioButtons'

Description Usage Arguments Value See Also Examples

Description

Encapsulates a Shiny radioButtons. If you do not need a language change on-the-fly then you should use radioButtons.

Usage

1
widgetRadioButtons(param, lang)

Arguments

param

list of parameters for radioButtons

lang

language widget (or NULL)

Value

a widget object (environment)

See Also

radioButtons

Examples

1
2
3
4
5
6
widgetRadioButtons(list(inputId='dist', label='Distribution type:', 
                        choices=list("Normal" = "norm",
                                     "Uniform" = "unif", 
                                     "Log-normal" = "lnorm",
                                     "Exponential" = "exp")), 
                   lang=NULL)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.