I have R Shiny application with UI setting parameters.
It works fine locally and via web R Studio. But when loading on the web - data cache is not updated immediately.
For example, if I write UI settings in the file the changes reflect in the data table. But Shiny loaded "old" data.
Does anyone know how to have "fresh" data for R Shiny app web sessions?
Thanks