apexcharter/man/run_input_demo.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
\name{run_input_demo}
\alias{run_input_demo}
\title{Run Shiny input events examples}
\usage{
2020-03-18 12:30:48 +01:00
run_input_demo(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-03-18 12:30:48 +01:00
run_input_demo("click")
run_input_demo("zoom")
run_input_demo("selection")
2020-03-17 12:22:31 +01:00
}
}