add_callback | R Documentation |
Dash apps are made interactive through callbacks; special functions that are automatically called whenever an input component's property changes.
add_callback(app, outputs, params, callback)
app |
A dash application created with |
outputs |
An |
params |
An |
callback |
A function that takes the inputs and states as arguments and returns the outputs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.