I'd like to build a Shiny app that works with persistent projects. That is, take the simplest shiny app you can think of (say the default histogram one) and wrap around a project management layer, where the project could simply be the set of inputs. So that:
- The app lists and persists the list of projects
- User can add/delete projects
- Clicking/selecting a project leads you to the main shiny app (say the histogram) with the project inputs.
I'm sure this should be a top requested use case (so users can keep 'separate and persisten' inputs) in many shiny apps but I have struggled to find many pointers/examples. Has anyone got any?
Thanks in advance!
Xavi.