invalidateLater - Shiny
问题 Is there any way to undo the invalidateLater function after it has been turn on? You would agree that reactivity is not need all the time, maybe after certain hour, when grabbing of data is no longer needed. Any suggestion? It is also officially documented that "It's possible to stop this cycle by adding conditional logic that prevents the invalidateLater from being run.", but I cannot find any example to understand how this work. Thanks 回答1: Here is a simple example on how to use