apexcharter/man/run_input_demo.Rd

22 lines
388 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{
run_input_demo(example = c("click", "zoom"))
}
\arguments{
\item{example}{NAme of the example.}
}
\description{
Run Shiny input events examples
}
\examples{
if (interactive()) {
run_input_demo()
}
}