Store is a TidyModule that can be used in your application to list existing applications, sessions and display your session's modules and edges.

Details

Should be initialized and injected in your application.

Super class

tidymodules::TidyModule -> Store

Methods

Inherited methods


Method ui()

Store's ui function.

Usage

Store$ui()

Returns

UI elements.


Method server()

Store's server function.

Usage

Store$server(input, output, session)

Arguments

input

Shiny input.

output

Shiny output

session

Shiny session


Method clone()

The objects of this class are cloneable with this method.

Usage

Store$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.