AppData: Shared App Data

Description Details Public fields Methods

Description

R6 Class to store dashboard data and share between modules

Details

Update this function when new data set slots (or new methods) are required. An instance of this class is initiated in the app server and passed on as an argument to all modules. The modules' server functions might update the objects within the R6 slots. If this happens, be sure to set triggers and watchers to notify the linked modules of the changes.

Public fields

project

the in app selection of project

Methods

Public methods


Method clone()

The objects of this class are cloneable with this method.

Usage
AppData$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


teofiln/gene.editing.dash documentation built on Feb. 21, 2022, 12:59 a.m.