shinyStorePlus
shinyStorePlus copied to clipboard
An R package with in-browser storage for Shiny persistent, synchronized data from the inputs using IndexedDB. Transfer browser link parameters to Shiny input or output values.
Hi, have found that your package works great with native Shiny inputs, but fails with inputs from the ShinyWidgets package. Reprex: ``` library(shiny) library(shinyWidgets) library(shinyStorePlus) # Define UI for application...
I love this package it's extremely easy to use and has so much functionality. One thing I have trouble with currently is that people want to analyze large datasets on...
The rhandsontable package allows the user to interactively build a table via manual inputs, similar to a spreadsheet. I tried using shinyStorePlus to save rhandsontable inputs from one session to...
Thanks for a fantastic package. I'm trying to use `shinyStorePlus` in an app where most of the ui (including inputs) is dynamically generated (because it has to be recreated whenever...