I have a shiny application that queries data from SQL into data frames, and then those data frames are referenced from my shinyServer() block. I\'ve been running it only in
You're looking for invalidateLater. Put this, with the appropriate interval, in the reactive expression that retrieves data from the the database.
invalidateLater