reactive.flush
reactive.flush()
Run any pending invalidations (i.e., flush the reactive environment).
Warning
You shouldn’t ever need to call this function inside of a Shiny app. It’s only useful for testing and running reactive code interactively in the console.