Learn R Programming

apexcharter (version 0.2.0)

run_demo_input: Run Shiny input events examples

Description

Run Shiny input events examples

Usage

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

Arguments

example

Name of the example.

Examples

Run this code
# NOT RUN {
if (interactive()) {

  run_demo_input("click")
  run_demo_input("zoom")
  run_demo_input("selection")

}
# }

Run the code above in your browser using DataLab