shiny observe event execution ONCE across multiple browser sessions.
This can be useful to display a welcome message to users only the first
time they visit your app. Or a cookie acceptance panel shown once. The
point is that, when the user refreshed the app or returns to the app
later, the execution will no longer occur since it had been shown to the
user previously.
# shinyStorePlus 1.3
Features
Store app views across all visitors
Store app likes from visitors
Store app followers
# shinyStorePlus 1.2
Features
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
Features
Compatibility for shinyWidgets package
# shinyStorePlus 0.9
Features
Store some outputs automatically
Updated examples of the package in action, see
https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus
# shinyStorePlus 0.8
Features
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