Package: shinyStorePlus 1.6
shinyStorePlus: Secure in-Browser and Database Storage for 'shiny' Inputs, Outputs, Views and User Likes
Store persistent and synchronized data from 'shiny' inputs within the browser. Refresh 'shiny' applications and preserve user-inputs over multiple sessions. A database-like storage format is implemented using 'Dexie.js' <https://dexie.org>, a minimal wrapper for 'IndexedDB'. Transfer browser link parameters to 'shiny' input or output values. Store app visitor views, likes and followers.
Authors:
shinyStorePlus_1.6.tar.gz
shinyStorePlus_1.6.zip(r-4.7)shinyStorePlus_1.6.zip(r-4.6)shinyStorePlus_1.6.zip(r-4.5)
shinyStorePlus_1.6.tgz(r-4.6-any)shinyStorePlus_1.6.tgz(r-4.5-any)
shinyStorePlus_1.6.tar.gz(r-4.7-any)shinyStorePlus_1.6.tar.gz(r-4.6-any)
shinyStorePlus_1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinyStorePlus/json (API)
NEWS
| # Install 'shinyStorePlus' in R: |
| install.packages('shinyStorePlus', repos = c('https://oobianom.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/oobianom/shinystoreplus/issues
Pkgdown/docs site:https://shinystoreplus.obi.obianom.com
Last updated from:7db9684493. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-oldrel-arm64 | OK | 145 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 113 | ||
| wasm-release | OK | 93 |
Exports:clearStoreinitStorelfButtonlink2inputobserveOnceobserveOnceRestartseeexamplesetupRPKGsetupStorageviewsBox
Dependencies:base64encbslibcachemclicommonmarkdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangsassshinyshinyWidgetssourcetoolswithrxtable
As of v1.2, Storing Input Values from Dynamically Generated Inputs
Rendered fromshinystoreplus_v12.Rmdusingknitr::rmarkdownon Jun 11 2026.Last update: 2024-08-04
Started: 2024-08-04
Integrating the shinyStorePlus R package into Shiny applications
Rendered fromusing_shinystoreplus.Rmdusingknitr::rmarkdownon Jun 11 2026.Last update: 2022-08-15
Started: 2022-08-05
NEW: Store shiny app visitor views, likes and followers using shinyStorePlus 1.3
Rendered fromstore_shiny_visitor_views_likes_followers.Rmdusingknitr::rmarkdownon Jun 11 2026.Last update: 2024-12-06
Started: 2024-12-06
shinyStorePlus: An in-browser secure storage for persistent and synchronized data from the Shiny inputs using IndexedDB
Rendered fromintroduction_to_shinystoreplus.Rmdusingknitr::rmarkdownon Jun 11 2026.Last update: 2022-08-05
Started: 2022-08-05
With shinyStorePlus v0.8, transfer browser link parameters to shiny inputs or outputs
Rendered fromshinystoreplus_v08.Rmdusingknitr::rmarkdownon Jun 11 2026.Last update: 2022-11-21
Started: 2022-11-21
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Clear storage for an application | clearStore |
| Included package scripts | initStore |
| Convert Browser Location Parameters to Shiny Input and Output Values | link2input |
| Observe event execution ONCE across multiple sessions | observeOnce observeOnceRestart |
| Load the example for the package | seeexample |
| Setup configuration for shiny page views, likes and followers | lfButton setupRPKG viewsBox |
| Set up inputs for storage | setupStorage |
