Package: shinyStorePlus 1.5
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.5.tar.gz
shinyStorePlus_1.5.zip(r-4.5)shinyStorePlus_1.5.zip(r-4.4)shinyStorePlus_1.5.zip(r-4.3)
shinyStorePlus_1.5.tgz(r-4.5-any)shinyStorePlus_1.5.tgz(r-4.4-any)shinyStorePlus_1.5.tgz(r-4.3-any)
shinyStorePlus_1.5.tar.gz(r-4.5-noble)shinyStorePlus_1.5.tar.gz(r-4.4-noble)
shinyStorePlus_1.5.tgz(r-4.4-emscripten)shinyStorePlus_1.5.tgz(r-4.3-emscripten)
shinyStorePlus.pdf |shinyStorePlus.html✨
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 site:https://shinystoreplus.obi.obianom.com
Last updated 2 days agofrom:e776be2159. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 18 2025 |
R-4.5-win | OK | Feb 18 2025 |
R-4.5-mac | OK | Feb 18 2025 |
R-4.5-linux | OK | Feb 18 2025 |
R-4.4-win | OK | Feb 18 2025 |
R-4.4-mac | OK | Feb 18 2025 |
R-4.3-win | OK | Feb 18 2025 |
R-4.3-mac | OK | Feb 18 2025 |
Exports:clearStoreinitStorelfButtonlink2inputobserveOnceobserveOnceRestartseeexamplesetupRPKGsetupStorageviewsBox
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinyshinyWidgetssourcetoolswithrxtable
As of v1.2, Storing Input Values from Dynamically Generated Inputs
Rendered fromshinystoreplus_v12.Rmd
usingknitr::rmarkdown
on Feb 18 2025.Last update: 2024-08-04
Started: 2024-08-04
Integrating the shinyStorePlus R package into Shiny applications
Rendered fromusing_shinystoreplus.Rmd
usingknitr::rmarkdown
on Feb 18 2025.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.Rmd
usingknitr::rmarkdown
on Feb 18 2025.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.Rmd
usingknitr::rmarkdown
on Feb 18 2025.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.Rmd
usingknitr::rmarkdown
on Feb 18 2025.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 |