ShinyConsumer {ipc} | R Documentation |
A Consumer class with common task handlers useful in Shiny apps
Description
A Consumer class with common task handlers useful in Shiny apps
A Consumer class with common task handlers useful in Shiny apps
Details
In addtion to 'eval' and 'function' signals, ShinyConsumer object process 'interrupt' and 'notify' signals for throwing errors and displying Shiny notifictions.
Super class
ipc::Consumer
-> ShinyConsumer
Methods
Public methods
Inherited methods
Method initHandlers()
Adds default handlers
Usage
ShinyConsumer$initHandlers()
Method clone()
The objects of this class are cloneable with this method.
Usage
ShinyConsumer$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package ipc version 0.1.4 Index]