run_demo_input | R Documentation |
Run Shiny input events examples
run_demo_input(example = c("click", "zoom", "selection"))
example |
Name of the example. |
if (interactive()) {
run_demo_input("click")
run_demo_input("zoom")
run_demo_input("selection")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.