Dispatcher | R Documentation |
This class dispatches all kinds of updates to its registered handlers.
Dispatcher(bot) is.Dispatcher(x)
bot |
The bot object that should be passed to the handlers. |
x |
Object to be tested. |
An R6Class
object.
add_handler
Registers a handler in the
Dispatcher
.
add_error_handler
Registers an error handler in the
Dispatcher
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.