widgetShiny: Encapsulates a Shiny input element

Description Usage Arguments Value Examples

Description

This the basic function to encapsulate all shiny input elements. If you do not need a language change on-the-fly then you should use shiny input element. traceback()

Usage

1
widgetShiny(input, param, lang, tooltip = NULL)

Arguments

input

input element: either a function or function name

param

list: parameters for the input element

lang

language widget (or NULL)

tooltip

character or list: text of tooltip or parameter list for bsTooltip

Value

a widget object (environment)

Examples

1
2
library('shiny')
widgetShiny(sliderInput, list(inputId='slider', label='My slider', min=0, max=10), lang=NULL)

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