I intend to use Shiny Server Open Source to create an app, that will then be used by a client.
The client will need to load an excel file, that will be then used from the app to perform calculations and provide visualizations.
My question is:
Will the app have access to the client's data only during the time the app runs and performs the calculations or will Shiny Server Open Source store the file loaded by the client?
My guess is that the access is only temporary, but I would like to know it with certainty (possibly with some reference to some posit.co documents, where it is clearly stated so).