Description Details Public fields Methods
R6 Class to store dashboard data and share between modules
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.
project
the in app selection of project
clone()
The objects of this class are cloneable with this method.
AppData$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.