Global reactivePoll data on RStudio Connect caching

An old topic (stumbled across this via google) but anyway:

@cole - it's absolutely possible to use a "global" reactivePoll outside of the server function. This is done to share data across sessions and it is still "firing".

The same goes for reactiveFileReader, reactiveVal and reactiveValues.

Looking at ?reactiveFileReader there even is an example available for the global use case.

Please check my related question here: