...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
Shiny issues can be challenging to resolve relative to other problems with your code or statistical methods. Shiny apps are often large, complex projects with interacting files.
When seeking help from others it is considered polite to:
First, do your best to work through RStudio's debugging tools to diagnose your issue on your own. Often those shiny logs and tracebacks are useful to others trying to help out.
Second, strive to minimize the effort required to replicate your issue. You can do this with a reproducible example ("reprex").
Shiny Debugging
Errors in Shiny code can be difficult to track down. If you don't know where your problem is coming from, you can track it down with some o…
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
system
Closed
July 7, 2019, 5:00pm
5
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.