Files
shiny/man/invalidateLater.Rd
Joe Cheng 108dd4ff24 Add invalidateLater API call
Provides a simpler mechanism for doing time-based invalidation of reactive functions.
2012-07-13 02:29:03 -07:00

17 lines
416 B
R

\name{invalidateLater}
\alias{invalidateLater}
\title{Schedules the current reactive context to be invalidated in the given number
of milliseconds.}
\usage{
invalidateLater(millis)
}
\arguments{
\item{millis}{Approximate milliseconds to wait before
invalidating the current reactive context.}
}
\description{
Schedules the current reactive context to be invalidated
in the given number of milliseconds.
}