Releases: oobianom/shinyStorePlus
Releases · oobianom/shinyStorePlus
shinyStorePlus 1.6
shinyStorePlus 1.5
Now you can use "*" in select dynamic inputs. See example call below
setupStorage(
appId = "appdyn27",
inputs = TRUE,
dyn.inputs = list("dynamicinput1", "*sampletext", "sampletext*"),
session = session
)
shinyStorePlus 1.4
-
shiny observe() event execution ONCE across multiple sessions. This can be useful to display a welcome message to users only the first time they visit your app. Or a cookie acceptance panel shown once. The point is that, when the user refreshed the app or returns to the app later, the execution will no longer occur since it had been shown to the user previously.
-
Store app views across all visitors
-
Store app likes from visitors
-
Store app followers
shinyStorePlus 1.2
Update setup.R