NEWS
shinyStorePlus 1.3
Planned Features
- [ ] Store app views across all visitors
- [ ] Store app likes from all visitors
- [ ] Store outputs for DT and rhandsontable tables automatically
- [ ] Store specific variables
- [ ] Retrieve all stored specific variables & outputs
shinyStorePlus 1.2 (2024-08-17)
Features
- [x] Store dynamically generated inputs, like inputs created from the server function of the shiny app. See examples in the GitHub project link
shinyStorePlus 1.1 (2023-04-05)
Features
- [x] Compatibility for shinyWidgets package
shinyStorePlus 0.9 (2023-02-15)
Features
- [x] Store some outputs automatically
- [x] Updated examples of the package in action, see https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus
shinyStorePlus 0.8 (2022-11-21)
Features
- [x] Convert browser link parameters into Shiny input values e.g Transfer the value of 'name' in http://link.com/?name=obianom to a Shiny input
shinyStorePlus 0.7 (2022-11-03)
Features
- [x] Bug fix on clearStore
shinyStorePlus 0.6 (2022-08-14)
Features
- [x] Store inputs automatically
- [x] Retrieve all stored inputs
- [x] Clear Storage of all inputs
- [x] An example of the package in action