Latest data loaded in shiny apps getting lost

...Hi,

I want to download latest data from shiny app.

Some times it shows latest data but I think when it goes to sleeping mode the data gets lost?

Please let me know if there is any setting which I need to work on.

There are multiple users working on entering data in shiny app. and I would like to download the latest data.

Please let me know.

Thanks,
Suhas

Hi!

To help us help you, could you please prepare a repr oducible ex ample (reprex) illustrating your issue? Please have a look at this guide, to see how to create one for a shiny app

I understand that when the application goes in to sleeping status the data entered in csv file of Shiny cloud gets lost. I want to retain the data.

Please help.

Thanks,
Suhas

Are you talking about shinyapps.io? If that is the case, data storage is not persistent, and you would have to save your data to an external file, take a look to the documentation

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.