Files
shiny/man/reactiveTimer.Rd
Joe Cheng 8a687851f2 Allow multiple clients to connect; doc improvements
- Multiple clients can now connect on a single port, and each one gets a unique shinyapp instance
- Improve docs for reactiveXXX functions
- Simplify interface for running an app
2012-07-13 00:29:17 -07:00

14 lines
284 B
R

\name{reactiveTimer}
\alias{reactiveTimer}
\title{Creates a reactive timer with the given interval.}
\usage{
reactiveTimer(intervalMs = 1000)
}
\arguments{
\item{intervalMs}{Interval to fire, in milliseconds}
}
\description{
Creates a reactive timer with the given interval.
}