widgetNumeric: Encapsulates a Shiny 'numericInput'

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
widgetNumeric(param, lang)

Arguments

param

list of parameters for numericInput

lang

language widget (or NULL)

Value

a widget object (environment)

See Also

numericInput

Examples

1
widgetNumeric(list(inputId='obs', label='Observations:', value=10, min=1, max=100), lang=NULL)

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