Learn R Programming

ipc (version 0.1.4)

ShinyConsumer: 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

Arguments

Super class

ipc::Consumer -> ShinyConsumer

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.

Details

In addtion to 'eval' and 'function' signals, ShinyConsumer object process 'interrupt' and 'notify' signals for throwing errors and displying Shiny notifictions.