Package: shinyStorePlus 1.3
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.3.tar.gz
shinyStorePlus_1.3.tar.gz(r-4.5-noble)shinyStorePlus_1.3.tar.gz(r-4.4-noble)
shinyStorePlus_1.3.tgz(r-4.4-emscripten)shinyStorePlus_1.3.tgz(r-4.3-emscripten)
shinyStorePlus.pdf |shinyStorePlus.html✨
shinyStorePlus/json (API)
NEWS
# Install 'shinyStorePlus' in R: |
install.packages('shinyStorePlus', repos = c('https://cran.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 20 days agofrom:67b21258ab. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 06 2024 |
R-4.5-linux | OK | Dec 06 2024 |
Exports:clearStoreinitStorelfButtonlink2inputseeexamplesetupRPKGsetupStorageviewsBox
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinyshinyWidgetssourcetoolswithrxtable
As of v1.2, Storing Input Values from Dynamically Generated Inputs
Rendered fromshinystoreplus_v12.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-08-18
Started: 2024-08-18
Integrating the shinyStorePlus R package into Shiny applications
Rendered fromusing_shinystoreplus.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2022-11-03
Started: 2022-08-14
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 Dec 06 2024.Last update: 2022-08-14
Started: 2022-08-14
Store shiny app visitor views, likes and followers using shinyStorePlus 1.3
Rendered fromstore_shiny_visitor_views_likes_followers.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-12-06
Started: 2024-12-06
With shinyStorePlus v0.8, transfer browser link parameters to shiny inputs or outputs
Rendered fromshinystoreplus_v08.Rmd
usingknitr::rmarkdown
on Dec 06 2024.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 |
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 |