shiny (version 0.9.1)

removeInputHandler: Deregister an Input Handler

Description

Removes an Input Handler. Rather than using the previously specified handler for data of this type, the default RJSONIO serialization will be used.

Usage

removeInputHandler(type)

Arguments

Value

The handler previously associated with this type, if one existed. Otherwise, NULL.

See Also

registerInputHandler