apexcharter/man/run_demo_input.Rd

24 lines
463 B
Plaintext
Raw Normal View History

2020-03-17 12:22:31 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny-input.R
2020-07-27 09:26:28 +02:00
\name{run_demo_input}
\alias{run_demo_input}
2020-03-17 12:22:31 +01:00
\title{Run Shiny input events examples}
\usage{
2020-07-27 09:26:28 +02:00
run_demo_input(example = c("click", "zoom", "selection"))
2020-03-17 12:22:31 +01:00
}
\arguments{
2020-03-18 12:30:48 +01:00
\item{example}{Name of the example.}
2020-03-17 12:22:31 +01:00
}
\description{
Run Shiny input events examples
}
\examples{
if (interactive()) {
2020-07-27 09:26:28 +02:00
run_demo_input("click")
run_demo_input("zoom")
run_demo_input("selection")
2020-03-17 12:22:31 +01:00
}
}