Run Shiny input events examples

run_input_demo(example = c("click", "zoom", "selection"))

Arguments

example

Name of the example.

Examples

if (interactive()) { run_input_demo("click") run_input_demo("zoom") run_input_demo("selection") }