mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 09:18:33 -05:00
- 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
14 lines
284 B
R
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.
|
|
}
|
|
|