mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-04 11:44:59 -05:00
5 lines
244 B
Markdown
5 lines
244 B
Markdown
The function `invalidateLater()` can be used to invalidate an observer or
|
|
reactive expression in a given number of milliseconds. In this example, the
|
|
output `currentTime` is updated every second, so it shows the current time
|
|
on a second basis.
|