Package: shinyStorePlus 1.6

Obinna Obianom

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:Obinna Obianom [aut, cre]

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
DESCRIPTION |NEWS
card.svg |card.png
shinyStorePlus/json (API)

# 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

On CRAN:

Conda:

datadata-structuresshiny

7.38 score 31 stars 1 packages 104 scripts 605 downloads 10 exports 31 dependencies

Last updated from:7db9684493. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK125
source / vignettesOK175
linux-release-x86_64OK129
macos-release-arm64OK105
macos-oldrel-arm64OK145
windows-develOK76
windows-releaseOK81
windows-oldrelOK113
wasm-releaseOK93

Exports:clearStoreinitStorelfButtonlink2inputobserveOnceobserveOnceRestartseeexamplesetupRPKGsetupStorageviewsBox

Dependencies:base64encbslibcachemclicommonmarkdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangsassshinyshinyWidgetssourcetoolswithrxtable

NEW: Store shiny app visitor views, likes and followers using shinyStorePlus 1.3
The Importance of Visitor Data in Shiny Apps and the Corresponding Functionality that shinyStorePlus Provides | Demo app: https://rpkg.shinyapps.io/shiny-app-views-likes-followers/ | Example of storing View, User likes and followers

Last update: 2024-12-06
Started: 2024-12-06

As of v1.2, Storing Input Values from Dynamically Generated Inputs
Introduction | New Revision | Example of storing UI coded or server dynamically generated inputs

Last update: 2024-08-04
Started: 2024-08-04

With shinyStorePlus v0.8, transfer browser link parameters to shiny inputs or outputs
Introduction | Step 1: Start with an already working application | Step 2: Install and attach the shinyStorePlus 0.8 R package | Step 3: Initialize by including the scripts required for processing the stores | Step 4: Setup the matching of parameters to input values | Step 5: Run the final code and include the parameters in the browser link | Official links

Last update: 2022-11-21
Started: 2022-11-21

Integrating the shinyStorePlus R package into Shiny applications
Introduction | Step 1: An already working application | Step 2: Install and attach the shinyStorePlus R package | Step 3: Initialize by including the scripts required for processing the stores | Step 4: Setup storage in the server function | Step 5: Run the final code | Official links

Last update: 2022-08-15
Started: 2022-08-05

shinyStorePlus: An in-browser secure storage for persistent and synchronized data from the Shiny inputs using IndexedDB
Introduction | Installation and Library Attachment | Use | Example code to get started | Input | Examples and Demo Pages

Last update: 2022-08-05
Started: 2022-08-05