demonstrate the use of makeSelectInput

demoApp()

Value

Run only for side effect of starting a shiny app.

Examples

  if (interactive()) {
require(shiny)
print(demoApp())
}