Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage doesn't persist for shiny app once R compiler is restart. #12

Open
AshutoshAgrahari opened this issue Jun 19, 2018 · 0 comments

Comments

@AshutoshAgrahari
Copy link

Steps to reproduce the issue:

  1. run the below code
    library(shiny)
    runApp(system.file("examples/01-persist",package = "shinyStore"))
  2. Give some input value and click on Save.
  3. Close the browser and terminate the app session.
  4. restart the R compiler in rstudio.
  5. Again launch the shiny App, then saved input value will not be available.

It is persistent only in same R session, once R session is restart app is losing the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant