Description Details Super class Methods
Store is a TidyModule that can be used in your application to list existing applications, sessions and display your session's modules and edges.
Should be initialized and injected in your application.
tidymodules::TidyModule
-> Store
ui()
Store's ui function.
Store$ui()
UI elements.
server()
Store's server function.
Store$server(input, output, session)
input
Shiny input.
output
Shiny output
session
Shiny session
clone()
The objects of this class are cloneable with this method.
Store$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.