renderPanel: Render a conditional panel

Description Usage Arguments Value See Also Examples

View source: R/renderPanel.R

Description

Render a conditional panel

Usage

1
renderPanel(inputId, ..., session = NULL)

Arguments

inputId

input element for the condition

...

parameter sets for the widget to render

session

session parameter of the server function

Value

HTML code which can be used instead of renderUI

See Also

conditionalPanel

Examples

1
2
3
4
## Not run: 
  shinyDemo('mmstatDiscreteDistributions')

## End(Not run)

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