View source: R/server-input-handlers.R
| removeInputHandler | R Documentation |
Removes an Input Handler. Rather than using the previously specified handler for data of this type, the default jsonlite serialization will be used.
removeInputHandler(type)
type |
The type for which handlers should be removed. |
The handler previously associated with this type, if one
existed. Otherwise, NULL.
registerInputHandler()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.