Store: This TidyModule is used to explore the content of the...

StoreR Documentation

This TidyModule is used to explore the content of the ModStore.

Description

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

Public 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.


Novartis/tidymodules documentation built on Feb. 27, 2023, 8:35 a.m.