shiny (version 0.3.0)

invalidateLater: Scheduled Invalidation

Description

Schedules the current reactive context to be invalidated in the given number of milliseconds.

Usage

invalidateLater(millis)

Arguments

millis
Approximate milliseconds to wait before invalidating the current reactive context.